Html Css Color HEX #5223AD Purple Heart

📋 copy color: '#5223AD'

red 82 ◦ green 35 ◦ blue 173

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

Shades of Purple Heart #5223AD

Tints of Purple Heart #5223AD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.07%

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

R = 28.28%
G = 12.07%
B = 59.66%

CMYK

 C value IS 0.53

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5223AD (or 0x5223AD) is known color: Purple Heart. HEX triplet: 52, 23 and AD. RGB value is (82,35,173). Sum of RGB (Red+Green+Blue) = 82+35+173=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 173 (67.97% from 255 or 59.66% from 290); Max value from RGB is 173 - color contains mainly: blue. Hex color #5223AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5223AD is #ADDC52. Grayscale: #404040. Windows color (decimal): -11394131 or 11346770. OLE color: 11346770.

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

Color convert

RGB 82 35 173 -
CMYK 0.53 0.80 0 0.32
HSL 260.43º 0.66% 0.41% -
HSV(B) 260.43º 0.8% 0.68% -
XYZ 11.62 6.01 40.08 -
YUV 64.79 189.07 140.28 -
System Red Green Blue C M Y K H S L
Decimal 82 35 173 0.53 0.80 0 0.32 260.43 0.66 0.41
Hex 52 23 AD 35 50 0 20 104 42 29
Octal 122 43 255 65 120 0 40 404 102 51
Binary 1010010 100011 10101101 110101 1010000 0 100000 100000100 1000010 101001

Color Harmonies of #5223AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5223AD

Black with #5223AD

Text Example


Text Example

White with #5223AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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