#5c36ae

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

Shades of Purple Heart #5C36AE

Tints of Purple Heart #5C36AE

Color information

#5C36AE (or 0x5C36AE) is unknown color: approx Purple Heart. HEX triplet: 5C, 36 and AE. RGB value is (92,54,174). Sum of RGB (Red+Green+Blue) = 92+54+174=320 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.75% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #5C36AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C36AE is #A3C951. Grayscale: #4E4E4E. Windows color (decimal): -10733906 or 11417180. OLE color: 11417180.

HSL color Cylindrical-coordinate representation of color #5C36AE: hue angle of 259º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5C36AE is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9254174-
CMYK0.470.6900.32
HSL259º52.63%44.71%-
HSV(B)259º68.97%68.24%-
XYZ13.377.9740.88-
YUV79.04181.59137.24-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.75%
GREEN value IS 54 (21.48% from 255) = 16.88%
BLUE value IS 174 (68.36% from 255) = 54.38%
R=28.75%
G=16.88%
B=54.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal92541740.470.6900.3225952.6344.71
Hex5C36AE2F45020103352d
Octal13466256571050404036555
Binary10111001101101010111010111110001010100000100000011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5c36ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,54,174); }

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

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

 a { background-color: rgb(92,54,174); }

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

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

 span { border-color: rgb(92,54,174); }

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