#5C0DCA

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

Shades of Purple Heart #5C0DCA

Tints of Purple Heart #5C0DCA

Color information

#5C0DCA (or 0x5C0DCA) is unknown color: approx Purple Heart. HEX triplet: 5C, 0D and CA. RGB value is (92,13,202). Sum of RGB (Red+Green+Blue) = 92+13+202=307 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.97% from 307); Green value is 13 (5.47% from 255 or 4.23% from 307); Blue value is 202 (79.30% from 255 or 65.80% from 307); Max value from RGB is 202 - color contains mainly: blue. Hex color #5C0DCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C0DCA is #A3F235. Grayscale: #393939. Windows color (decimal): -10744374 or 13241692. OLE color: 13241692.

HSL color Cylindrical-coordinate representation of color #5C0DCA: hue angle of 265.08º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5C0DCA is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9213202-
CMYK0.540.9400.21
HSL265.08º87.91%42.16%-
HSV(B)265.08º93.56%79.22%-
XYZ15.226.8356.39-
YUV58.17209.17152.13-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.97%
GREEN value IS 13 (5.47% from 255) = 4.23%
BLUE value IS 202 (79.30% from 255) = 65.80%
R=29.97%
G=4.23%
B=65.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal92132020.540.9400.21265.0887.9142.16
Hex5CDCA365E015109582a
Octal134153126613602541113052
Binary101110011011100101011011010111100101011000010011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,13,202); }

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

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

 a { background-color: rgb(92,13,202); }

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

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

 span { border-color: rgb(92,13,202); }

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