#5A0CCA

Color #5A0CCA Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #5A0CCA

Tints of Purple Heart #5A0CCA

Color information

#5A0CCA (or 0x5A0CCA) is unknown color: approx Purple Heart. HEX triplet: 5A, 0C and CA. RGB value is (90,12,202). Sum of RGB (Red+Green+Blue) = 90+12+202=304 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.61% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 202 (79.30% from 255 or 66.45% from 304); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A0CCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0CCA is #A5F335. Grayscale: #383838. Windows color (decimal): -10875702 or 13241434. OLE color: 13241434.

HSL color Cylindrical-coordinate representation of color #5A0CCA: hue angle of 264.63º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0CCA is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9012202-
CMYK0.550.9400.21
HSL264.63º88.79%41.96%-
HSV(B)264.63º94.06%79.22%-
XYZ15.016.756.38-
YUV56.98209.84151.55-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.61%
GREEN value IS 12 (5.08% from 255) = 3.95%
BLUE value IS 202 (79.30% from 255) = 66.45%
R=29.61%
G=3.95%
B=66.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal90122020.550.9400.21264.6388.7941.96
Hex5ACCA375E015109592a
Octal132143126713602541113152
Binary101101011001100101011011110111100101011000010011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A0CCA;
 }
 .AnyTagClassName
 {
   color: #5A0CCA;
 }
</style>
background-color css

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

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

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

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

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

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