Html Css Color HEX #7117AE Purple Heart

📋 copy color: '#7117AE'

red 113 ◦ green 23 ◦ blue 174

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

Shades of Purple Heart #7117AE

Tints of Purple Heart #7117AE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.42%

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

R = 36.45%
G = 7.42%
B = 56.13%

CMYK

 C value IS 0.35

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7117AE (or 0x7117AE) is known color: Purple Heart. HEX triplet: 71, 17 and AE. RGB value is (113,23,174). Sum of RGB (Red+Green+Blue) = 113+23+174=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #7117AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7117AE is #8EE851. Grayscale: #424242. Windows color (decimal): -9365586 or 11409265. OLE color: 11409265.

HSL color Cylindrical-coordinate representation of color #7117AE: hue angle of 275.76º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7117AE is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 23 174 -
CMYK 0.35 0.87 0 0.32
HSL 275.76º 0.77% 0.39% -
HSV(B) 275.76º 0.87% 0.68% -
XYZ 14.76 7.18 40.65 -
YUV 67.12 188.32 160.72 -
System Red Green Blue C M Y K H S L
Decimal 113 23 174 0.35 0.87 0 0.32 275.76 0.77 0.39
Hex 71 17 AE 23 57 0 20 114 4D 27
Octal 161 27 256 43 127 0 40 424 115 47
Binary 1110001 10111 10101110 100011 1010111 0 100000 100010100 1001101 100111

Color Harmonies of #7117AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7117AE

Black with #7117AE

Text Example


Text Example

White with #7117AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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