#5C34AD

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

Shades of Purple Heart #5C34AD

Tints of Purple Heart #5C34AD

Color information

#5C34AD (or 0x5C34AD) is unknown color: approx Purple Heart. HEX triplet: 5C, 34 and AD. RGB value is (92,52,173). Sum of RGB (Red+Green+Blue) = 92+52+173=317 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.02% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #5C34AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C34AD is #A3CB52. Grayscale: #4D4D4D. Windows color (decimal): -10734419 or 11351132. OLE color: 11351132.

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

Color convert

RGB9252173-
CMYK0.470.7000.32
HSL259.83º53.78%44.12%-
HSV(B)259.83º69.94%67.84%-
XYZ13.187.7540.34-
YUV77.75181.75138.16-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.02%
GREEN value IS 52 (20.70% from 255) = 16.40%
BLUE value IS 173 (67.97% from 255) = 54.57%
R=29.02%
G=16.40%
B=54.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal92521730.470.7000.32259.8353.7844.12
Hex5C34AD2F46020104362c
Octal13464255571060404046654
Binary10111001101001010110110111110001100100000100000100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C34AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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