#5C32AE

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

Shades of Purple Heart #5C32AE

Tints of Purple Heart #5C32AE

Color information

#5C32AE (or 0x5C32AE) is unknown color: approx Purple Heart. HEX triplet: 5C, 32 and AE. RGB value is (92,50,174). Sum of RGB (Red+Green+Blue) = 92+50+174=316 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.11% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 174 (68.36% from 255 or 55.06% from 316); Max value from RGB is 174 - color contains mainly: blue. Hex color #5C32AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C32AE is #A3CD51. Grayscale: #4C4C4C. Windows color (decimal): -10734930 or 11416156. OLE color: 11416156.

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

Color convert

RGB9250174-
CMYK0.470.7100.32
HSL260.32º55.36%43.92%-
HSV(B)260.32º71.26%68.24%-
XYZ13.197.6140.82-
YUV76.69182.91138.92-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.11%
GREEN value IS 50 (19.92% from 255) = 15.82%
BLUE value IS 174 (68.36% from 255) = 55.06%
R=29.11%
G=15.82%
B=55.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal92501740.470.7100.32260.3255.3643.92
Hex5C32AE2F47020104372c
Octal13462256571070404046754
Binary10111001100101010111010111110001110100000100000100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C32AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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