Html Css Color HEX #5A0CB6 Purple Heart

📋 copy color: '#5A0CB6'

red 90 ◦ green 12 ◦ blue 182

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

Shades of Purple Heart #5A0CB6

Tints of Purple Heart #5A0CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 64.08%

R = 31.69%
G = 4.23%
B = 64.08%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5A0CB6 (or 0x5A0CB6) is known color: Purple Heart. HEX triplet: 5A, 0C and B6. RGB value is (90,12,182). Sum of RGB (Red+Green+Blue) = 90+12+182=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 182 (71.48% from 255 or 64.08% from 284); Max value from RGB is 182 - color contains mainly: blue. Hex color #5A0CB6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0CB6 is #A5F349. Grayscale: #363636. Windows color (decimal): -10875722 or 11930714. OLE color: 11930714.

HSL color Cylindrical-coordinate representation of color #5A0CB6: hue angle of 267.53º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A0CB6 is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 90 12 182 -
CMYK 0.51 0.93 0 0.29
HSL 267.53º 0.88% 0.38% -
HSV(B) 267.53º 0.93% 0.71% -
XYZ 12.79 5.81 44.7 -
YUV 54.7 199.84 153.18 -
System Red Green Blue C M Y K H S L
Decimal 90 12 182 0.51 0.93 0 0.29 267.53 0.88 0.38
Hex 5A C B6 33 5D 0 1D 10C 58 26
Octal 132 14 266 63 135 0 35 414 130 46
Binary 1011010 1100 10110110 110011 1011101 0 11101 100001100 1011000 100110

Color Harmonies of #5A0CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0CB6

Black with #5A0CB6

Text Example


Text Example

White with #5A0CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,12,182); }

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

background-color css

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

 a { background-color: rgb(90,12,182); }

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

border-color css

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

 span { border-color: rgb(90,12,182); }

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