#5823AB

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

Shades of Purple Heart #5823AB

Tints of Purple Heart #5823AB

Color information

#5823AB (or 0x5823AB) is unknown color: approx Purple Heart. HEX triplet: 58, 23 and AB. RGB value is (88,35,171). Sum of RGB (Red+Green+Blue) = 88+35+171=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #5823AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5823AB is #A7DC54. Grayscale: #414141. Windows color (decimal): -11000917 or 11215704. OLE color: 11215704.

HSL color Cylindrical-coordinate representation of color #5823AB: hue angle of 263.38º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5823AB is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8835171-
CMYK0.490.8000.33
HSL263.38º66.02%40.39%-
HSV(B)263.38º79.53%67.06%-
XYZ11.986.2239.1-
YUV66.35187.06143.44-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.93%
GREEN value IS 35 (14.06% from 255) = 11.90%
BLUE value IS 171 (67.19% from 255) = 58.16%
R=29.93%
G=11.90%
B=58.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88351710.490.8000.33263.3866.0240.39
Hex5823AB31500211074228
Octal130432536112004140710250
Binary101100010001110101011110001101000001000011000001111000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5823AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5823AB; }

 p { color: rgb(88,35,171); }

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

<style>
 a { background-color: #5823AB; }

 a { background-color: rgb(88,35,171); }

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

<style>
 span { border-color: #5823AB; }

 span { border-color: rgb(88,35,171); }

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