#5229B1

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

Shades of Purple Heart #5229B1

Tints of Purple Heart #5229B1

Color information

#5229B1 (or 0x5229B1) is unknown color: approx Purple Heart. HEX triplet: 52, 29 and B1. RGB value is (82,41,177). Sum of RGB (Red+Green+Blue) = 82+41+177=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 177 (69.53% from 255 or 59% from 300); Max value from RGB is 177 - color contains mainly: blue. Hex color #5229B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5229B1 is #ADD64E. Grayscale: #444444. Windows color (decimal): -11392591 or 11610450. OLE color: 11610450.

HSL color Cylindrical-coordinate representation of color #5229B1: hue angle of 258.09º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5229B1 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8241177-
CMYK0.540.7700.31
HSL258.09º62.39%42.75%-
HSV(B)258.09º76.84%69.41%-
XYZ12.216.5542.22-
YUV68.76189.08137.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.33%
GREEN value IS 41 (16.41% from 255) = 13.67%
BLUE value IS 177 (69.53% from 255) = 59%
R=27.33%
G=13.67%
B=59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal82411770.540.7700.31258.0962.3942.75
Hex5229B1364D01F1023e2b
Octal12251261661150374027653
Binary1010010101001101100011101101001101011111100000010111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5229B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5229B1; }

 p { color: rgb(82,41,177); }

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

<style>
 a { background-color: #5229B1; }

 a { background-color: rgb(82,41,177); }

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

<style>
 span { border-color: #5229B1; }

 span { border-color: rgb(82,41,177); }

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