Html Css Color HEX #5B0CAA Purple Heart

📋 copy color: '#5B0CAA'

red 91 ◦ green 12 ◦ blue 170

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

Shades of Purple Heart #5B0CAA

Tints of Purple Heart #5B0CAA

RGB

 RED value IS 91 (35.94% from 255) = 33.33%

 GREEN value IS 12 (5.08% from 255) = 4.4%

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

R = 33.33%
G = 4.4%
B = 62.27%

CMYK

 C value IS 0.46

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5B0CAA (or 0x5B0CAA) is known color: Purple Heart. HEX triplet: 5B, 0C and AA. RGB value is (91,12,170). Sum of RGB (Red+Green+Blue) = 91+12+170=273 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.33% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #5B0CAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0CAA is #A4F355. Grayscale: #353535. Windows color (decimal): -10810198 or 11144283. OLE color: 11144283.

HSL color Cylindrical-coordinate representation of color #5B0CAA: hue angle of 270º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5B0CAA is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 91 12 170 -
CMYK 0.46 0.93 0 0.33
HSL 270º 0.87% 0.36% -
HSV(B) 270º 0.93% 0.67% -
XYZ 11.7 5.39 38.45 -
YUV 53.63 193.67 154.65 -
System Red Green Blue C M Y K H S L
Decimal 91 12 170 0.46 0.93 0 0.33 270 0.87 0.36
Hex 5B C AA 2E 5D 0 21 10E 57 24
Octal 133 14 252 56 135 0 41 416 127 44
Binary 1011011 1100 10101010 101110 1011101 0 100001 100001110 1010111 100100

Color Harmonies of #5B0CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0CAA

Black with #5B0CAA

Text Example


Text Example

White with #5B0CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,12,170); }

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

background-color css

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

 a { background-color: rgb(91,12,170); }

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

border-color css

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

 span { border-color: rgb(91,12,170); }

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