Html Css Color HEX #5228AB Purple Heart

📋 copy color: '#5228AB'

red 82 ◦ green 40 ◦ blue 171

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

Shades of Purple Heart #5228AB

Tints of Purple Heart #5228AB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.65%

 BLUE value IS 171 (67.19% from 255) = 58.36%

R = 27.99%
G = 13.65%
B = 58.36%

CMYK

 C value IS 0.52

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5228AB (or 0x5228AB) is known color: Purple Heart. HEX triplet: 52, 28 and AB. RGB value is (82,40,171). Sum of RGB (Red+Green+Blue) = 82+40+171=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #5228AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5228AB is #ADD754. Grayscale: #434343. Windows color (decimal): -11392853 or 11216978. OLE color: 11216978.

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

Color convert

RGB 82 40 171 -
CMYK 0.52 0.77 0 0.33
HSL 259.24º 0.62% 0.41% -
HSV(B) 259.24º 0.77% 0.67% -
XYZ 11.59 6.25 39.12 -
YUV 67.49 186.41 138.35 -
System Red Green Blue C M Y K H S L
Decimal 82 40 171 0.52 0.77 0 0.33 259.24 0.62 0.41
Hex 52 28 AB 34 4D 0 21 103 3E 29
Octal 122 50 253 64 115 0 41 403 76 51
Binary 1010010 101000 10101011 110100 1001101 0 100001 100000011 111110 101001

Color Harmonies of #5228AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5228AB

Black with #5228AB

Text Example


Text Example

White with #5228AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5228AB;
 }
 .AnyTagClassName
 {
   color: #5228AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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