#5C08D1

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

Shades of Purple Heart #5C08D1

Tints of Purple Heart #5C08D1

Color information

#5C08D1 (or 0x5C08D1) is unknown color: approx Purple Heart. HEX triplet: 5C, 08 and D1. RGB value is (92,8,209). Sum of RGB (Red+Green+Blue) = 92+8+209=309 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.77% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 209 (82.03% from 255 or 67.64% from 309); Max value from RGB is 209 - color contains mainly: blue. Hex color #5C08D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C08D1 is #A3F72E. Grayscale: #373737. Windows color (decimal): -10745647 or 13699164. OLE color: 13699164.

HSL color Cylindrical-coordinate representation of color #5C08D1: hue angle of 265.07º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C08D1 is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB928209-
CMYK0.560.9600.18
HSL265.07º92.63%42.55%-
HSV(B)265.07º96.17%81.96%-
XYZ16.017.0560.84-
YUV56.03214.33153.66-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.77%
GREEN value IS 8 (3.52% from 255) = 2.59%
BLUE value IS 209 (82.03% from 255) = 67.64%
R=29.77%
G=2.59%
B=67.64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal9282090.560.9600.18265.0792.6342.55
Hex5C8D138600121095d2b
Octal134103217014002241113553
Binary101110010001101000111100011000000100101000010011011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C08D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,8,209); }

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

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

 a { background-color: rgb(92,8,209); }

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

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

 span { border-color: rgb(92,8,209); }

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