Html Css Color HEX #5228AD Purple Heart

📋 copy color: '#5228AD'

red 82 ◦ green 40 ◦ blue 173

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

Shades of Purple Heart #5228AD

Tints of Purple Heart #5228AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 58.64%

R = 27.8%
G = 13.56%
B = 58.64%

CMYK

 C value IS 0.53

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5228AD (or 0x5228AD) is known color: Purple Heart. HEX triplet: 52, 28 and AD. RGB value is (82,40,173). Sum of RGB (Red+Green+Blue) = 82+40+173=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #5228AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5228AD is #ADD752. Grayscale: #434343. Windows color (decimal): -11392851 or 11348050. OLE color: 11348050.

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

Color convert

RGB 82 40 173 -
CMYK 0.53 0.77 0 0.32
HSL 258.95º 0.62% 0.42% -
HSV(B) 258.95º 0.77% 0.68% -
XYZ 11.78 6.33 40.14 -
YUV 67.72 187.41 138.19 -
System Red Green Blue C M Y K H S L
Decimal 82 40 173 0.53 0.77 0 0.32 258.95 0.62 0.42
Hex 52 28 AD 35 4D 0 20 103 3E 2A
Octal 122 50 255 65 115 0 40 403 76 52
Binary 1010010 101000 10101101 110101 1001101 0 100000 100000011 111110 101010

Color Harmonies of #5228AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5228AD

Black with #5228AD

Text Example


Text Example

White with #5228AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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