#5C13C6

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

Shades of Purple Heart #5C13C6

Tints of Purple Heart #5C13C6

Color information

#5C13C6 (or 0x5C13C6) is unknown color: approx Purple Heart. HEX triplet: 5C, 13 and C6. RGB value is (92,19,198). Sum of RGB (Red+Green+Blue) = 92+19+198=309 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.77% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 198 (77.73% from 255 or 64.08% from 309); Max value from RGB is 198 - color contains mainly: blue. Hex color #5C13C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C13C6 is #A3EC39. Grayscale: #3C3C3C. Windows color (decimal): -10742842 or 12981084. OLE color: 12981084.

HSL color Cylindrical-coordinate representation of color #5C13C6: hue angle of 264.47º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C13C6 is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9219198-
CMYK0.540.9000.22
HSL264.47º82.49%42.55%-
HSV(B)264.47º90.4%77.65%-
XYZ14.846.8253.96-
YUV61.23205.18149.95-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.77%
GREEN value IS 19 (7.81% from 255) = 6.15%
BLUE value IS 198 (77.73% from 255) = 64.08%
R=29.77%
G=6.15%
B=64.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal92191980.540.9000.22264.4782.4942.55
Hex5C13C6365A016108522b
Octal134233066613202641012253
Binary1011100100111100011011011010110100101101000010001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C13C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,19,198); }

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

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

 a { background-color: rgb(92,19,198); }

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

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

 span { border-color: rgb(92,19,198); }

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