#5A04CB

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

Shades of Purple Heart #5A04CB

Tints of Purple Heart #5A04CB

Color information

#5A04CB (or 0x5A04CB) is unknown color: approx Purple Heart. HEX triplet: 5A, 04 and CB. RGB value is (90,4,203). Sum of RGB (Red+Green+Blue) = 90+4+203=297 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.30% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 203 (79.69% from 255 or 68.35% from 297); Max value from RGB is 203 - color contains mainly: blue. Hex color #5A04CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A04CB is #A5FB34. Grayscale: #333333. Windows color (decimal): -10877749 or 13304922. OLE color: 13304922.

HSL color Cylindrical-coordinate representation of color #5A04CB: hue angle of 265.93º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A04CB is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB904203-
CMYK0.560.9800.20
HSL265.93º96.14%40.59%-
HSV(B)265.93º98.03%79.61%-
XYZ15.046.5756.98-
YUV52.4212.99154.82-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.30%
GREEN value IS 4 (1.95% from 255) = 1.35%
BLUE value IS 203 (79.69% from 255) = 68.35%
R=30.30%
G=1.35%
B=68.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal9042030.560.9800.20265.9396.1440.59
Hex5A4CB386201410a6029
Octal13243137014202441214051
Binary10110101001100101111100011000100101001000010101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A04CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,4,203); }

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

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

 a { background-color: rgb(90,4,203); }

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

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

 span { border-color: rgb(90,4,203); }

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