#5C09BA

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

Shades of Purple Heart #5C09BA

Tints of Purple Heart #5C09BA

Color information

#5C09BA (or 0x5C09BA) is unknown color: approx Purple Heart. HEX triplet: 5C, 09 and BA. RGB value is (92,9,186). Sum of RGB (Red+Green+Blue) = 92+9+186=287 (38% of max value = 765). Red value is 92 (36.33% from 255 or 32.06% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 186 (73.05% from 255 or 64.81% from 287); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C09BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C09BA is #A3F645. Grayscale: #353535. Windows color (decimal): -10745414 or 12192092. OLE color: 12192092.

HSL color Cylindrical-coordinate representation of color #5C09BA: hue angle of 268.14º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C09BA is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB929186-
CMYK0.510.9500.27
HSL268.14º90.77%38.24%-
HSV(B)268.14º95.16%72.94%-
XYZ13.376.0246.91-
YUV54202.5155.11-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.06%
GREEN value IS 9 (3.91% from 255) = 3.14%
BLUE value IS 186 (73.05% from 255) = 64.81%
R=32.06%
G=3.14%
B=64.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal9291860.510.9500.27268.1490.7738.24
Hex5C9BA335F01B10c5b26
Octal134112726313703341413346
Binary101110010011011101011001110111110110111000011001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C09BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,9,186); }

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

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

 a { background-color: rgb(92,9,186); }

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

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

 span { border-color: rgb(92,9,186); }

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