Html Css Color HEX #711AAE Purple Heart

📋 copy color: '#711AAE'

red 113 ◦ green 26 ◦ blue 174

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

Shades of Purple Heart #711AAE

Tints of Purple Heart #711AAE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.31%

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

R = 36.1%
G = 8.31%
B = 55.59%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#711AAE (or 0x711AAE) is known color: Purple Heart. HEX triplet: 71, 1A and AE. RGB value is (113,26,174). Sum of RGB (Red+Green+Blue) = 113+26+174=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 174 (68.36% from 255 or 55.59% from 313); Max value from RGB is 174 - color contains mainly: blue. Hex color #711AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711AAE is #8EE551. Grayscale: #444444. Windows color (decimal): -9364818 or 11410033. OLE color: 11410033.

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

Color convert

RGB 113 26 174 -
CMYK 0.35 0.85 0 0.32
HSL 275.27º 0.74% 0.39% -
HSV(B) 275.27º 0.85% 0.68% -
XYZ 14.82 7.31 40.67 -
YUV 68.89 187.32 159.47 -
System Red Green Blue C M Y K H S L
Decimal 113 26 174 0.35 0.85 0 0.32 275.27 0.74 0.39
Hex 71 1A AE 23 55 0 20 113 4A 27
Octal 161 32 256 43 125 0 40 423 112 47
Binary 1110001 11010 10101110 100011 1010101 0 100000 100010011 1001010 100111

Color Harmonies of #711AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711AAE

Black with #711AAE

Text Example


Text Example

White with #711AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711AAE; }

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

 H1.HeaderClassName
 {
   color: #711AAE;
 }
 .AnyTagClassName
 {
   color: #711AAE;
 }
</style>

background-color css

<style>
 a { background-color: #711AAE; }

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

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

border-color css

<style>
 span { border-color: #711AAE; }

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

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