Html Css Color HEX #711CAC Purple Heart

📋 copy color: '#711CAC'

red 113 ◦ green 28 ◦ blue 172

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

Shades of Purple Heart #711CAC

Tints of Purple Heart #711CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 54.95%

R = 36.1%
G = 8.95%
B = 54.95%

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

#711CAC (or 0x711CAC) is known color: Purple Heart. HEX triplet: 71, 1C and AC. RGB value is (113,28,172). Sum of RGB (Red+Green+Blue) = 113+28+172=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 28 (11.33% from 255 or 8.95% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #711CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711CAC is #8EE353. Grayscale: #454545. Windows color (decimal): -9364308 or 11279473. OLE color: 11279473.

HSL color Cylindrical-coordinate representation of color #711CAC: hue angle of 275.42º 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 #711CAC is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 28 172 -
CMYK 0.34 0.84 0 0.33
HSL 275.42º 0.72% 0.39% -
HSV(B) 275.42º 0.84% 0.67% -
XYZ 14.67 7.32 39.67 -
YUV 69.83 185.66 158.79 -
System Red Green Blue C M Y K H S L
Decimal 113 28 172 0.34 0.84 0 0.33 275.42 0.72 0.39
Hex 71 1C AC 22 54 0 21 113 48 27
Octal 161 34 254 42 124 0 41 423 110 47
Binary 1110001 11100 10101100 100010 1010100 0 100001 100010011 1001000 100111

Color Harmonies of #711CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711CAC

Black with #711CAC

Text Example


Text Example

White with #711CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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