#5818AD

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

Shades of Purple Heart #5818AD

Tints of Purple Heart #5818AD

Color information

#5818AD (or 0x5818AD) is unknown color: approx Purple Heart. HEX triplet: 58, 18 and AD. RGB value is (88,24,173). Sum of RGB (Red+Green+Blue) = 88+24+173=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #5818AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5818AD is #A7E752. Grayscale: #3B3B3B. Windows color (decimal): -11003731 or 11343960. OLE color: 11343960.

HSL color Cylindrical-coordinate representation of color #5818AD: hue angle of 265.77º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5818AD is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8824173-
CMYK0.490.8600.32
HSL265.77º75.63%38.63%-
HSV(B)265.77º86.13%67.84%-
XYZ11.895.7540.02-
YUV60.12191.7147.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.88%
GREEN value IS 24 (9.77% from 255) = 8.42%
BLUE value IS 173 (67.97% from 255) = 60.70%
R=30.88%
G=8.42%
B=60.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal88241730.490.8600.32265.7775.6338.63
Hex5818AD315602010a4c27
Octal130302556112604041211447
Binary10110001100010101101110001101011001000001000010101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5818AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5818AD; }

 p { color: rgb(88,24,173); }

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

<style>
 a { background-color: #5818AD; }

 a { background-color: rgb(88,24,173); }

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

<style>
 span { border-color: #5818AD; }

 span { border-color: rgb(88,24,173); }

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