#5C13AC

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

Shades of Purple Heart #5C13AC

Tints of Purple Heart #5C13AC

Color information

#5C13AC (or 0x5C13AC) is unknown color: approx Purple Heart. HEX triplet: 5C, 13 and AC. RGB value is (92,19,172). Sum of RGB (Red+Green+Blue) = 92+19+172=283 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.51% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #5C13AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C13AC is #A3EC53. Grayscale: #393939. Windows color (decimal): -10742868 or 11277148. OLE color: 11277148.

HSL color Cylindrical-coordinate representation of color #5C13AC: hue angle of 268.63º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5C13AC is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9219172-
CMYK0.470.8900.33
HSL268.63º80.1%37.45%-
HSV(B)268.63º88.95%67.45%-
XYZ12.095.7239.5-
YUV58.27192.18152.06-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.51%
GREEN value IS 19 (7.81% from 255) = 6.71%
BLUE value IS 172 (67.58% from 255) = 60.78%
R=32.51%
G=6.71%
B=60.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92191720.470.8900.33268.6380.137.45
Hex5C13AC2F5902110d5025
Octal134232545713104141512045
Binary10111001001110101100101111101100101000011000011011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C13AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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