#5C23AE

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

Shades of Purple Heart #5C23AE

Tints of Purple Heart #5C23AE

Color information

#5C23AE (or 0x5C23AE) is unknown color: approx Purple Heart. HEX triplet: 5C, 23 and AE. RGB value is (92,35,174). Sum of RGB (Red+Green+Blue) = 92+35+174=301 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.56% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 174 (68.36% from 255 or 57.81% from 301); Max value from RGB is 174 - color contains mainly: blue. Hex color #5C23AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C23AE is #A3DC51. Grayscale: #434343. Windows color (decimal): -10738770 or 11412316. OLE color: 11412316.

HSL color Cylindrical-coordinate representation of color #5C23AE: hue angle of 264.6º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C23AE is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9235174-
CMYK0.470.8000.32
HSL264.6º66.51%40.98%-
HSV(B)264.6º79.89%68.24%-
XYZ12.656.5340.64-
YUV67.89187.88145.2-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.56%
GREEN value IS 35 (14.06% from 255) = 11.63%
BLUE value IS 174 (68.36% from 255) = 57.81%
R=30.56%
G=11.63%
B=57.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal92351740.470.8000.32264.666.5140.98
Hex5C23AE2F500201094329
Octal134432565712004041110351
Binary101110010001110101110101111101000001000001000010011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C23AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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