Html Css Color HEX #7110AC Purple Heart

📋 copy color: '#7110AC'

red 113 ◦ green 16 ◦ blue 172

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

Shades of Purple Heart #7110AC

Tints of Purple Heart #7110AC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.32%

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

R = 37.54%
G = 5.32%
B = 57.14%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7110AC (or 0x7110AC) is known color: Purple Heart. HEX triplet: 71, 10 and AC. RGB value is (113,16,172). Sum of RGB (Red+Green+Blue) = 113+16+172=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #7110AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7110AC is #8EEF53. Grayscale: #3E3E3E. Windows color (decimal): -9367380 or 11276401. OLE color: 11276401.

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

Color convert

RGB 113 16 172 -
CMYK 0.34 0.91 0 0.33
HSL 277.31º 0.83% 0.37% -
HSV(B) 277.31º 0.91% 0.67% -
XYZ 14.44 6.86 39.59 -
YUV 62.79 189.64 163.82 -
System Red Green Blue C M Y K H S L
Decimal 113 16 172 0.34 0.91 0 0.33 277.31 0.83 0.37
Hex 71 10 AC 22 5B 0 21 115 53 25
Octal 161 20 254 42 133 0 41 425 123 45
Binary 1110001 10000 10101100 100010 1011011 0 100001 100010101 1010011 100101

Color Harmonies of #7110AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7110AC

Black with #7110AC

Text Example


Text Example

White with #7110AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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