Html Css Color HEX #5226AD Purple Heart

📋 copy color: '#5226AD'

red 82 ◦ green 38 ◦ blue 173

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

Shades of Purple Heart #5226AD

Tints of Purple Heart #5226AD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.97%

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

R = 27.99%
G = 12.97%
B = 59.04%

CMYK

 C value IS 0.53

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5226AD (or 0x5226AD) is known color: Purple Heart. HEX triplet: 52, 26 and AD. RGB value is (82,38,173). Sum of RGB (Red+Green+Blue) = 82+38+173=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #5226AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5226AD is #ADD952. Grayscale: #424242. Windows color (decimal): -11393363 or 11347538. OLE color: 11347538.

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

Color convert

RGB 82 38 173 -
CMYK 0.53 0.78 0 0.32
HSL 259.56º 0.64% 0.41% -
HSV(B) 259.56º 0.78% 0.68% -
XYZ 11.72 6.2 40.11 -
YUV 66.55 188.08 139.02 -
System Red Green Blue C M Y K H S L
Decimal 82 38 173 0.53 0.78 0 0.32 259.56 0.64 0.41
Hex 52 26 AD 35 4E 0 20 104 40 29
Octal 122 46 255 65 116 0 40 404 100 51
Binary 1010010 100110 10101101 110101 1001110 0 100000 100000100 1000000 101001

Color Harmonies of #5226AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5226AD

Black with #5226AD

Text Example


Text Example

White with #5226AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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