Html Css Color HEX #711AAA Purple Heart

📋 copy color: '#711AAA'

red 113 ◦ green 26 ◦ blue 170

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

Shades of Purple Heart #711AAA

Tints of Purple Heart #711AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 55.02%

R = 36.57%
G = 8.41%
B = 55.02%

CMYK

 C value IS 0.34

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#711AAA (or 0x711AAA) is known color: Purple Heart. HEX triplet: 71, 1A and AA. RGB value is (113,26,170). Sum of RGB (Red+Green+Blue) = 113+26+170=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #711AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711AAA is #8EE555. Grayscale: #434343. Windows color (decimal): -9364822 or 11147889. OLE color: 11147889.

HSL color Cylindrical-coordinate representation of color #711AAA: hue angle of 276.25º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #711AAA is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 26 170 -
CMYK 0.34 0.85 0 0.33
HSL 276.25º 0.73% 0.38% -
HSV(B) 276.25º 0.85% 0.67% -
XYZ 14.44 7.15 38.65 -
YUV 68.43 185.32 159.79 -
System Red Green Blue C M Y K H S L
Decimal 113 26 170 0.34 0.85 0 0.33 276.25 0.73 0.38
Hex 71 1A AA 22 55 0 21 114 49 26
Octal 161 32 252 42 125 0 41 424 111 46
Binary 1110001 11010 10101010 100010 1010101 0 100001 100010100 1001001 100110

Color Harmonies of #711AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711AAA

Black with #711AAA

Text Example


Text Example

White with #711AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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