Html Css Color HEX #5229AA Purple Heart

📋 copy color: '#5229AA'

red 82 ◦ green 41 ◦ blue 170

#5229AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #5229AA

Tints of Purple Heart #5229AA

RGB

 RED value IS 82 (32.42% from 255) = 27.99%

 GREEN value IS 41 (16.41% from 255) = 13.99%

 BLUE value IS 170 (66.8% from 255) = 58.02%

R = 27.99%
G = 13.99%
B = 58.02%

CMYK

 C value IS 0.52

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5229AA (or 0x5229AA) is known color: Purple Heart. HEX triplet: 52, 29 and AA. RGB value is (82,41,170). Sum of RGB (Red+Green+Blue) = 82+41+170=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 170 (66.80% from 255 or 58.02% from 293); Max value from RGB is 170 - color contains mainly: blue. Hex color #5229AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5229AA is #ADD655. Grayscale: #434343. Windows color (decimal): -11392598 or 11151698. OLE color: 11151698.

HSL color Cylindrical-coordinate representation of color #5229AA: hue angle of 259.07º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5229AA is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 41 170 -
CMYK 0.52 0.76 0 0.33
HSL 259.07º 0.61% 0.41% -
HSV(B) 259.07º 0.76% 0.67% -
XYZ 11.53 6.28 38.64 -
YUV 67.97 185.58 138.01 -
System Red Green Blue C M Y K H S L
Decimal 82 41 170 0.52 0.76 0 0.33 259.07 0.61 0.41
Hex 52 29 AA 34 4C 0 21 103 3D 29
Octal 122 51 252 64 114 0 41 403 75 51
Binary 1010010 101001 10101010 110100 1001100 0 100001 100000011 111101 101001

Color Harmonies of #5229AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5229AA

Black with #5229AA

Text Example


Text Example

White with #5229AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5229AA;
 }
 .AnyTagClassName
 {
   color: #5229AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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