#5C09CB

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

Shades of Purple Heart #5C09CB

Tints of Purple Heart #5C09CB

Color information

#5C09CB (or 0x5C09CB) is unknown color: approx Purple Heart. HEX triplet: 5C, 09 and CB. RGB value is (92,9,203). Sum of RGB (Red+Green+Blue) = 92+9+203=304 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.26% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 203 (79.69% from 255 or 66.78% from 304); Max value from RGB is 203 - color contains mainly: blue. Hex color #5C09CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C09CB is #A3F634. Grayscale: #373737. Windows color (decimal): -10745397 or 13306204. OLE color: 13306204.

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

Color convert

RGB929203-
CMYK0.550.9600.20
HSL265.67º91.51%41.57%-
HSV(B)265.67º95.57%79.61%-
XYZ15.296.7857-
YUV55.93211153.73-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.26%
GREEN value IS 9 (3.91% from 255) = 2.96%
BLUE value IS 203 (79.69% from 255) = 66.78%
R=30.26%
G=2.96%
B=66.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal9292030.550.9600.20265.6791.5141.57
Hex5C9CB376001410a5c2a
Octal134113136714002441213452
Binary101110010011100101111011111000000101001000010101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C09CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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