Html Css Color HEX #7112AC Purple Heart

📋 copy color: '#7112AC'

red 113 ◦ green 18 ◦ blue 172

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

Shades of Purple Heart #7112AC

Tints of Purple Heart #7112AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.77%

R = 37.29%
G = 5.94%
B = 56.77%

CMYK

 C value IS 0.34

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7112AC (or 0x7112AC) is known color: Purple Heart. HEX triplet: 71, 12 and AC. RGB value is (113,18,172). Sum of RGB (Red+Green+Blue) = 113+18+172=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #7112AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7112AC is #8EED53. Grayscale: #3F3F3F. Windows color (decimal): -9366868 or 11276913. OLE color: 11276913.

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

Color convert

RGB 113 18 172 -
CMYK 0.34 0.90 0 0.33
HSL 277.01º 0.81% 0.37% -
HSV(B) 277.01º 0.9% 0.67% -
XYZ 14.47 6.92 39.6 -
YUV 63.96 188.97 162.98 -
System Red Green Blue C M Y K H S L
Decimal 113 18 172 0.34 0.90 0 0.33 277.01 0.81 0.37
Hex 71 12 AC 22 5A 0 21 115 51 25
Octal 161 22 254 42 132 0 41 425 121 45
Binary 1110001 10010 10101100 100010 1011010 0 100001 100010101 1010001 100101

Color Harmonies of #7112AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7112AC

Black with #7112AC

Text Example


Text Example

White with #7112AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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