#5228AF

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

Shades of Purple Heart #5228AF

Tints of Purple Heart #5228AF

Color information

#5228AF (or 0x5228AF) is unknown color: approx Purple Heart. HEX triplet: 52, 28 and AF. RGB value is (82,40,175). Sum of RGB (Red+Green+Blue) = 82+40+175=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 175 (68.75% from 255 or 58.92% from 297); Max value from RGB is 175 - color contains mainly: blue. Hex color #5228AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5228AF is #ADD750. Grayscale: #434343. Windows color (decimal): -11392849 or 11479122. OLE color: 11479122.

HSL color Cylindrical-coordinate representation of color #5228AF: hue angle of 258.67º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5228AF is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8240175-
CMYK0.530.7700.31
HSL258.67º62.79%42.16%-
HSV(B)258.67º77.14%68.63%-
XYZ11.986.4141.16-
YUV67.95188.41138.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.61%
GREEN value IS 40 (16.02% from 255) = 13.47%
BLUE value IS 175 (68.75% from 255) = 58.92%
R=27.61%
G=13.47%
B=58.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal82401750.530.7700.31258.6762.7942.16
Hex5228AF354D01F1033f2a
Octal12250257651150374037752
Binary1010010101000101011111101011001101011111100000011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5228AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5228AF; }

 p { color: rgb(82,40,175); }

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

<style>
 a { background-color: #5228AF; }

 a { background-color: rgb(82,40,175); }

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

<style>
 span { border-color: #5228AF; }

 span { border-color: rgb(82,40,175); }

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