Html Css Color HEX #7020AD Purple Heart

📋 copy color: '#7020AD'

red 112 ◦ green 32 ◦ blue 173

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

Shades of Purple Heart #7020AD

Tints of Purple Heart #7020AD

RGB

 RED value IS 112 (44.14% from 255) = 35.33%

 GREEN value IS 32 (12.89% from 255) = 10.09%

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

R = 35.33%
G = 10.09%
B = 54.57%

CMYK

 C value IS 0.35

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7020AD (or 0x7020AD) is known color: Purple Heart. HEX triplet: 70, 20 and AD. RGB value is (112,32,173). Sum of RGB (Red+Green+Blue) = 112+32+173=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #7020AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7020AD is #8FDF52. Grayscale: #474747. Windows color (decimal): -9428819 or 11346032. OLE color: 11346032.

HSL color Cylindrical-coordinate representation of color #7020AD: hue angle of 274.04º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7020AD is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 32 173 -
CMYK 0.35 0.82 0 0.32
HSL 274.04º 0.69% 0.4% -
HSV(B) 274.04º 0.82% 0.68% -
XYZ 14.74 7.49 40.2 -
YUV 71.99 185 156.54 -
System Red Green Blue C M Y K H S L
Decimal 112 32 173 0.35 0.82 0 0.32 274.04 0.69 0.4
Hex 70 20 AD 23 52 0 20 112 45 28
Octal 160 40 255 43 122 0 40 422 105 50
Binary 1110000 100000 10101101 100011 1010010 0 100000 100010010 1000101 101000

Color Harmonies of #7020AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7020AD

Black with #7020AD

Text Example


Text Example

White with #7020AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,32,173); }

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

background-color css

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

 a { background-color: rgb(112,32,173); }

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

border-color css

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

 span { border-color: rgb(112,32,173); }

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