#5923AA

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

Shades of Purple Heart #5923AA

Tints of Purple Heart #5923AA

Color information

#5923AA (or 0x5923AA) is unknown color: approx Purple Heart. HEX triplet: 59, 23 and AA. RGB value is (89,35,170). Sum of RGB (Red+Green+Blue) = 89+35+170=294 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.27% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #5923AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5923AA is #A6DC55. Grayscale: #424242. Windows color (decimal): -10935382 or 11150169. OLE color: 11150169.

HSL color Cylindrical-coordinate representation of color #5923AA: hue angle of 264º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5923AA is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8935170-
CMYK0.480.7900.33
HSL264º65.85%40.2%-
HSV(B)264º79.41%66.67%-
XYZ11.986.2338.6-
YUV66.54186.39144.02-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.27%
GREEN value IS 35 (14.06% from 255) = 11.90%
BLUE value IS 170 (66.80% from 255) = 57.82%
R=30.27%
G=11.90%
B=57.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal89351700.480.7900.3326465.8540.2
Hex5923AA304F0211084228
Octal131432526011704141010250
Binary101100110001110101010110000100111101000011000010001000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5923AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5923AA; }

 p { color: rgb(89,35,170); }

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

<style>
 a { background-color: #5923AA; }

 a { background-color: rgb(89,35,170); }

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

<style>
 span { border-color: #5923AA; }

 span { border-color: rgb(89,35,170); }

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