#5C34AC

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

Shades of Purple Heart #5C34AC

Tints of Purple Heart #5C34AC

Color information

#5C34AC (or 0x5C34AC) is unknown color: approx Purple Heart. HEX triplet: 5C, 34 and AC. RGB value is (92,52,172). Sum of RGB (Red+Green+Blue) = 92+52+172=316 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.11% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #5C34AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C34AC is #A3CB53. Grayscale: #4D4D4D. Windows color (decimal): -10734420 or 11285596. OLE color: 11285596.

HSL color Cylindrical-coordinate representation of color #5C34AC: hue angle of 260º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5C34AC is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9252172-
CMYK0.470.7000.33
HSL260º53.57%43.92%-
HSV(B)260º69.77%67.45%-
XYZ13.097.7139.83-
YUV77.64181.25138.24-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.11%
GREEN value IS 52 (20.70% from 255) = 16.46%
BLUE value IS 172 (67.58% from 255) = 54.43%
R=29.11%
G=16.46%
B=54.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92521720.470.7000.3326053.5743.92
Hex5C34AC2F46021104362c
Octal13464254571060414046654
Binary10111001101001010110010111110001100100001100000100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C34AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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