#5C08CD

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

Shades of Purple Heart #5C08CD

Tints of Purple Heart #5C08CD

Color information

#5C08CD (or 0x5C08CD) is unknown color: approx Purple Heart. HEX triplet: 5C, 08 and CD. RGB value is (92,8,205). Sum of RGB (Red+Green+Blue) = 92+8+205=305 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.16% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 205 (80.47% from 255 or 67.21% from 305); Max value from RGB is 205 - color contains mainly: blue. Hex color #5C08CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C08CD is #A3F732. Grayscale: #363636. Windows color (decimal): -10745651 or 13437020. OLE color: 13437020.

HSL color Cylindrical-coordinate representation of color #5C08CD: hue angle of 265.58º 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 #5C08CD is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB928205-
CMYK0.550.9600.20
HSL265.58º92.49%41.76%-
HSV(B)265.58º96.1%80.39%-
XYZ15.526.8658.26-
YUV55.57212.33153.98-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.16%
GREEN value IS 8 (3.52% from 255) = 2.62%
BLUE value IS 205 (80.47% from 255) = 67.21%
R=30.16%
G=2.62%
B=67.21%

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
Decimal9282050.550.9600.20265.5892.4941.76
Hex5C8CD376001410a5c2a
Octal134103156714002441213452
Binary101110010001100110111011111000000101001000010101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C08CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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