Html Css Color HEX #7120AD Purple Heart

📋 copy color: '#7120AD'

red 113 ◦ green 32 ◦ blue 173

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

Shades of Purple Heart #7120AD

Tints of Purple Heart #7120AD

RGB

 RED value IS 113 (44.53% from 255) = 35.53%

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

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

R = 35.53%
G = 10.06%
B = 54.4%

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

#7120AD (or 0x7120AD) is known color: Purple Heart. HEX triplet: 71, 20 and AD. RGB value is (113,32,173). Sum of RGB (Red+Green+Blue) = 113+32+173=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #7120AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7120AD is #8EDF52. Grayscale: #474747. Windows color (decimal): -9363283 or 11346033. OLE color: 11346033.

HSL color Cylindrical-coordinate representation of color #7120AD: hue angle of 274.47º 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 #7120AD is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 32 173 -
CMYK 0.35 0.82 0 0.32
HSL 274.47º 0.69% 0.4% -
HSV(B) 274.47º 0.82% 0.68% -
XYZ 14.87 7.56 40.21 -
YUV 72.29 184.84 157.04 -
System Red Green Blue C M Y K H S L
Decimal 113 32 173 0.35 0.82 0 0.32 274.47 0.69 0.4
Hex 71 20 AD 23 52 0 20 112 45 28
Octal 161 40 255 43 122 0 40 422 105 50
Binary 1110001 100000 10101101 100011 1010010 0 100000 100010010 1000101 101000

Color Harmonies of #7120AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7120AD

Black with #7120AD

Text Example


Text Example

White with #7120AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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