Html Css Color HEX #711FAA Purple Heart

📋 copy color: '#711FAA'

red 113 ◦ green 31 ◦ blue 170

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

Shades of Purple Heart #711FAA

Tints of Purple Heart #711FAA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.87%

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

R = 35.99%
G = 9.87%
B = 54.14%

CMYK

 C value IS 0.34

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#711FAA (or 0x711FAA) is known color: Purple Heart. HEX triplet: 71, 1F and AA. RGB value is (113,31,170). Sum of RGB (Red+Green+Blue) = 113+31+170=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 31 (12.5% from 255 or 9.87% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #711FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711FAA is #8EE055. Grayscale: #464646. Windows color (decimal): -9363542 or 11149169. OLE color: 11149169.

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

Color convert

RGB 113 31 170 -
CMYK 0.34 0.82 0 0.33
HSL 275.4º 0.69% 0.39% -
HSV(B) 275.4º 0.82% 0.67% -
XYZ 14.56 7.39 38.69 -
YUV 71.36 183.67 157.7 -
System Red Green Blue C M Y K H S L
Decimal 113 31 170 0.34 0.82 0 0.33 275.4 0.69 0.39
Hex 71 1F AA 22 52 0 21 113 45 27
Octal 161 37 252 42 122 0 41 423 105 47
Binary 1110001 11111 10101010 100010 1010010 0 100001 100010011 1000101 100111

Color Harmonies of #711FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711FAA

Black with #711FAA

Text Example


Text Example

White with #711FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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