Html Css Color HEX #7112AD Purple Heart

📋 copy color: '#7112AD'

red 113 ◦ green 18 ◦ blue 173

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

Shades of Purple Heart #7112AD

Tints of Purple Heart #7112AD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.92%

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

R = 37.17%
G = 5.92%
B = 56.91%

CMYK

 C value IS 0.35

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7112AD (or 0x7112AD) is known color: Purple Heart. HEX triplet: 71, 12 and AD. RGB value is (113,18,173). Sum of RGB (Red+Green+Blue) = 113+18+173=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 173 (67.97% from 255 or 56.91% from 304); Max value from RGB is 173 - color contains mainly: blue. Hex color #7112AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7112AD is #8EED52. Grayscale: #3F3F3F. Windows color (decimal): -9366867 or 11342449. OLE color: 11342449.

HSL color Cylindrical-coordinate representation of color #7112AD: hue angle of 276.77º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7112AD is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 18 173 -
CMYK 0.35 0.90 0 0.32
HSL 276.77º 0.81% 0.37% -
HSV(B) 276.77º 0.9% 0.68% -
XYZ 14.57 6.96 40.11 -
YUV 64.08 189.47 162.9 -
System Red Green Blue C M Y K H S L
Decimal 113 18 173 0.35 0.90 0 0.32 276.77 0.81 0.37
Hex 71 12 AD 23 5A 0 20 115 51 25
Octal 161 22 255 43 132 0 40 425 121 45
Binary 1110001 10010 10101101 100011 1011010 0 100000 100010101 1010001 100101

Color Harmonies of #7112AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7112AD

Black with #7112AD

Text Example


Text Example

White with #7112AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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