Html Css Color HEX #5A1FAA Purple Heart

📋 copy color: '#5A1FAA'

red 90 ◦ green 31 ◦ blue 170

#5A1FAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #5A1FAA

Tints of Purple Heart #5A1FAA

RGB

 RED value IS 90 (35.55% from 255) = 30.93%

 GREEN value IS 31 (12.5% from 255) = 10.65%

 BLUE value IS 170 (66.8% from 255) = 58.42%

R = 30.93%
G = 10.65%
B = 58.42%

CMYK

 C value IS 0.47

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5A1FAA (or 0x5A1FAA) is known color: Purple Heart. HEX triplet: 5A, 1F and AA. RGB value is (90,31,170). Sum of RGB (Red+Green+Blue) = 90+31+170=291 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.93% from 291); Green value is 31 (12.5% from 255 or 10.65% from 291); Blue value is 170 (66.80% from 255 or 58.42% from 291); Max value from RGB is 170 - color contains mainly: blue. Hex color #5A1FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A1FAA is #A5E055. Grayscale: #3F3F3F. Windows color (decimal): -10870870 or 11149146. OLE color: 11149146.

HSL color Cylindrical-coordinate representation of color #5A1FAA: hue angle of 265.47º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A1FAA is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 31 170 -
CMYK 0.47 0.82 0 0.33
HSL 265.47º 0.69% 0.39% -
HSV(B) 265.47º 0.82% 0.67% -
XYZ 11.96 6.06 38.57 -
YUV 64.49 187.55 146.2 -
System Red Green Blue C M Y K H S L
Decimal 90 31 170 0.47 0.82 0 0.33 265.47 0.69 0.39
Hex 5A 1F AA 2F 52 0 21 109 45 27
Octal 132 37 252 57 122 0 41 411 105 47
Binary 1011010 11111 10101010 101111 1010010 0 100001 100001001 1000101 100111

Color Harmonies of #5A1FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1FAA

Black with #5A1FAA

Text Example


Text Example

White with #5A1FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A1FAA; }

 p { color: rgb(90,31,170); }

 H1.HeaderClassName
 {
   color: #5A1FAA;
 }
 .AnyTagClassName
 {
   color: #5A1FAA;
 }
</style>

background-color css

<style>
 a { background-color: #5A1FAA; }

 a { background-color: rgb(90,31,170); }

 div.DivClassName
 {
   background-color: #5A1FAA;
 }
 .BgClassName
 {
   background-color: #5A1FAA;
 }
</style>

border-color css

<style>
 span { border-color: #5A1FAA; }

 span { border-color: rgb(90,31,170); }

 td.TdClassName
 {
   border-color: #5A1FAA;
 }
 .TagClassName
 {
   border-color: #5A1FAA;
 }
</style>