Html Css Color HEX #7111AE Purple Heart

📋 copy color: '#7111AE'

red 113 ◦ green 17 ◦ blue 174

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

Shades of Purple Heart #7111AE

Tints of Purple Heart #7111AE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.59%

 BLUE value IS 174 (68.36% from 255) = 57.24%

R = 37.17%
G = 5.59%
B = 57.24%

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

#7111AE (or 0x7111AE) is known color: Purple Heart. HEX triplet: 71, 11 and AE. RGB value is (113,17,174). Sum of RGB (Red+Green+Blue) = 113+17+174=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 174 (68.36% from 255 or 57.24% from 304); Max value from RGB is 174 - color contains mainly: blue. Hex color #7111AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7111AE is #8EEE51. Grayscale: #3F3F3F. Windows color (decimal): -9367122 or 11407729. OLE color: 11407729.

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

Color convert

RGB 113 17 174 -
CMYK 0.35 0.90 0 0.32
HSL 276.69º 0.82% 0.37% -
HSV(B) 276.69º 0.9% 0.68% -
XYZ 14.65 6.97 40.62 -
YUV 63.6 190.3 163.23 -
System Red Green Blue C M Y K H S L
Decimal 113 17 174 0.35 0.90 0 0.32 276.69 0.82 0.37
Hex 71 11 AE 23 5A 0 20 115 52 25
Octal 161 21 256 43 132 0 40 425 122 45
Binary 1110001 10001 10101110 100011 1011010 0 100000 100010101 1010010 100101

Color Harmonies of #7111AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7111AE

Black with #7111AE

Text Example


Text Example

White with #7111AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7111AE; }

 p { color: rgb(113,17,174); }

 H1.HeaderClassName
 {
   color: #7111AE;
 }
 .AnyTagClassName
 {
   color: #7111AE;
 }
</style>

background-color css

<style>
 a { background-color: #7111AE; }

 a { background-color: rgb(113,17,174); }

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

border-color css

<style>
 span { border-color: #7111AE; }

 span { border-color: rgb(113,17,174); }

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