#5A02C6

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

Shades of Purple Heart #5A02C6

Tints of Purple Heart #5A02C6

Color information

#5A02C6 (or 0x5A02C6) is unknown color: approx Purple Heart. HEX triplet: 5A, 02 and C6. RGB value is (90,2,198). Sum of RGB (Red+Green+Blue) = 90+2+198=290 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.03% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 198 (77.73% from 255 or 68.28% from 290); Max value from RGB is 198 - color contains mainly: blue. Hex color #5A02C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A02C6 is #A5FD39. Grayscale: #313131. Windows color (decimal): -10878266 or 12976730. OLE color: 12976730.

HSL color Cylindrical-coordinate representation of color #5A02C6: hue angle of 266.94º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A02C6 is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB902198-
CMYK0.550.9900.22
HSL266.94º98%39.22%-
HSV(B)266.94º98.99%77.65%-
XYZ14.436.2953.88-
YUV50.66211.15156.06-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.03%
GREEN value IS 2 (1.17% from 255) = 0.69%
BLUE value IS 198 (77.73% from 255) = 68.28%
R=31.03%
G=0.69%
B=68.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal9021980.550.9900.22266.949839.22
Hex5A2C6376301610b6227
Octal13223066714302641314247
Binary1011010101100011011011111000110101101000010111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A02C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,2,198); }

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

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

 a { background-color: rgb(90,2,198); }

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

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

 span { border-color: rgb(90,2,198); }

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