Html Css Color HEX #711CAA Purple Heart

📋 copy color: '#711CAA'

red 113 ◦ green 28 ◦ blue 170

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

Shades of Purple Heart #711CAA

Tints of Purple Heart #711CAA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9%

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

R = 36.33%
G = 9%
B = 54.66%

CMYK

 C value IS 0.34

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#711CAA (or 0x711CAA) is known color: Purple Heart. HEX triplet: 71, 1C and AA. RGB value is (113,28,170). Sum of RGB (Red+Green+Blue) = 113+28+170=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 28 (11.33% from 255 or 9.00% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #711CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711CAA is #8EE355. Grayscale: #454545. Windows color (decimal): -9364310 or 11148401. OLE color: 11148401.

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

Color convert

RGB 113 28 170 -
CMYK 0.34 0.84 0 0.33
HSL 275.92º 0.72% 0.39% -
HSV(B) 275.92º 0.84% 0.67% -
XYZ 14.48 7.24 38.67 -
YUV 69.6 184.66 158.95 -
System Red Green Blue C M Y K H S L
Decimal 113 28 170 0.34 0.84 0 0.33 275.92 0.72 0.39
Hex 71 1C AA 22 54 0 21 114 48 27
Octal 161 34 252 42 124 0 41 424 110 47
Binary 1110001 11100 10101010 100010 1010100 0 100001 100010100 1001000 100111

Color Harmonies of #711CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711CAA

Black with #711CAA

Text Example


Text Example

White with #711CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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