#5836AD

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

Shades of Purple Heart #5836AD

Tints of Purple Heart #5836AD

Color information

#5836AD (or 0x5836AD) is unknown color: approx Purple Heart. HEX triplet: 58, 36 and AD. RGB value is (88,54,173). Sum of RGB (Red+Green+Blue) = 88+54+173=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #5836AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5836AD is #A7C952. Grayscale: #4D4D4D. Windows color (decimal): -10996051 or 11351640. OLE color: 11351640.

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

Color convert

RGB8854173-
CMYK0.490.6900.32
HSL257.14º52.42%44.51%-
HSV(B)257.14º68.79%67.84%-
XYZ12.897.7340.35-
YUV77.73181.76135.32-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.94%
GREEN value IS 54 (21.48% from 255) = 17.14%
BLUE value IS 173 (67.97% from 255) = 54.92%
R=27.94%
G=17.14%
B=54.92%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal88541730.490.6900.32257.1452.4244.51
Hex5836AD3145020101342d
Octal13066255611050404016455
Binary10110001101101010110111000110001010100000100000001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5836AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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