#5C15AC

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

Shades of Purple Heart #5C15AC

Tints of Purple Heart #5C15AC

Color information

#5C15AC (or 0x5C15AC) is unknown color: approx Purple Heart. HEX triplet: 5C, 15 and AC. RGB value is (92,21,172). Sum of RGB (Red+Green+Blue) = 92+21+172=285 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.28% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #5C15AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C15AC is #A3EA53. Grayscale: #3A3A3A. Windows color (decimal): -10742356 or 11277660. OLE color: 11277660.

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

Color convert

RGB9221172-
CMYK0.470.8800.33
HSL268.21º78.24%37.84%-
HSV(B)268.21º87.79%67.45%-
XYZ12.135.7939.51-
YUV59.44191.52151.22-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.28%
GREEN value IS 21 (8.59% from 255) = 7.37%
BLUE value IS 172 (67.58% from 255) = 60.35%
R=32.28%
G=7.37%
B=60.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92211720.470.8800.33268.2178.2437.84
Hex5C15AC2F5802110c4e26
Octal134252545713004141411646
Binary10111001010110101100101111101100001000011000011001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C15AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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