#5236AD

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

Shades of Purple Heart #5236AD

Tints of Purple Heart #5236AD

Color information

#5236AD (or 0x5236AD) is unknown color: approx Purple Heart. HEX triplet: 52, 36 and AD. RGB value is (82,54,173). Sum of RGB (Red+Green+Blue) = 82+54+173=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #5236AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5236AD is #ADC952. Grayscale: #4B4B4B. Windows color (decimal): -11389267 or 11351634. OLE color: 11351634.

HSL color Cylindrical-coordinate representation of color #5236AD: hue angle of 254.12º 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 #5236AD is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8254173-
CMYK0.530.6900.32
HSL254.12º52.42%44.51%-
HSV(B)254.12º68.79%67.84%-
XYZ12.347.4540.32-
YUV75.94182.78132.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.54%
GREEN value IS 54 (21.48% from 255) = 17.48%
BLUE value IS 173 (67.97% from 255) = 55.99%
R=26.54%
G=17.48%
B=55.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal82541730.530.6900.32254.1252.4244.51
Hex5236AD3545020fe342d
Octal12266255651050403766455
Binary1010010110110101011011101011000101010000011111110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5236AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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