Html Css Color HEX #5225AD Purple Heart

📋 copy color: '#5225AD'

red 82 ◦ green 37 ◦ blue 173

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

Shades of Purple Heart #5225AD

Tints of Purple Heart #5225AD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.67%

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

R = 28.08%
G = 12.67%
B = 59.25%

CMYK

 C value IS 0.53

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5225AD (or 0x5225AD) is known color: Purple Heart. HEX triplet: 52, 25 and AD. RGB value is (82,37,173). Sum of RGB (Red+Green+Blue) = 82+37+173=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #5225AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5225AD is #ADDA52. Grayscale: #414141. Windows color (decimal): -11393619 or 11347282. OLE color: 11347282.

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

Color convert

RGB 82 37 173 -
CMYK 0.53 0.79 0 0.32
HSL 259.85º 0.65% 0.41% -
HSV(B) 259.85º 0.79% 0.68% -
XYZ 11.68 6.13 40.1 -
YUV 65.96 188.41 139.44 -
System Red Green Blue C M Y K H S L
Decimal 82 37 173 0.53 0.79 0 0.32 259.85 0.65 0.41
Hex 52 25 AD 35 4F 0 20 104 41 29
Octal 122 45 255 65 117 0 40 404 101 51
Binary 1010010 100101 10101101 110101 1001111 0 100000 100000100 1000001 101001

Color Harmonies of #5225AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5225AD

Black with #5225AD

Text Example


Text Example

White with #5225AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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