#5C15CA

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

Shades of Purple Heart #5C15CA

Tints of Purple Heart #5C15CA

Color information

#5C15CA (or 0x5C15CA) is unknown color: approx Purple Heart. HEX triplet: 5C, 15 and CA. RGB value is (92,21,202). Sum of RGB (Red+Green+Blue) = 92+21+202=315 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.21% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 202 (79.30% from 255 or 64.13% from 315); Max value from RGB is 202 - color contains mainly: blue. Hex color #5C15CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C15CA is #A3EA35. Grayscale: #3E3E3E. Windows color (decimal): -10742326 or 13243740. OLE color: 13243740.

HSL color Cylindrical-coordinate representation of color #5C15CA: hue angle of 263.54º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C15CA is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9221202-
CMYK0.540.9000.21
HSL263.54º81.17%43.73%-
HSV(B)263.54º89.6%79.22%-
XYZ15.347.0856.43-
YUV62.86206.52148.78-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.21%
GREEN value IS 21 (8.59% from 255) = 6.67%
BLUE value IS 202 (79.30% from 255) = 64.13%
R=29.21%
G=6.67%
B=64.13%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal92212020.540.9000.21263.5481.1743.73
Hex5C15CA365A015108512c
Octal134253126613202541012154
Binary1011100101011100101011011010110100101011000010001010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C15CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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