#5C15CE

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

Shades of Purple Heart #5C15CE

Tints of Purple Heart #5C15CE

Color information

#5C15CE (or 0x5C15CE) is unknown color: approx Purple Heart. HEX triplet: 5C, 15 and CE. RGB value is (92,21,206). Sum of RGB (Red+Green+Blue) = 92+21+206=319 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.84% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 206 (80.86% from 255 or 64.58% from 319); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C15CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C15CE is #A3EA31. Grayscale: #3E3E3E. Windows color (decimal): -10742322 or 13505884. OLE color: 13505884.

HSL color Cylindrical-coordinate representation of color #5C15CE: hue angle of 263.03º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C15CE is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9221206-
CMYK0.550.9000.19
HSL263.03º81.5%44.51%-
HSV(B)263.03º89.81%80.78%-
XYZ15.827.2758.96-
YUV63.32208.52148.46-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.84%
GREEN value IS 21 (8.59% from 255) = 6.58%
BLUE value IS 206 (80.86% from 255) = 64.58%
R=28.84%
G=6.58%
B=64.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal92212060.550.9000.19263.0381.544.51
Hex5C15CE375A013107512d
Octal134253166713202340712155
Binary1011100101011100111011011110110100100111000001111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C15CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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