#711cac

Color #711CAC Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #711CAC

Tints of Purple Heart #711CAC

Color information

#711CAC (or 0x711CAC) is unknown color: approx 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

RGB11328172-
CMYK0.340.8400.33
HSL275.42º72%39.22%-
HSV(B)275.42º83.72%67.45%-
XYZ14.677.3239.67-
YUV69.83185.66158.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.10%
GREEN value IS 28 (11.33% from 255) = 8.95%
BLUE value IS 172 (67.58% from 255) = 54.95%
R=36.10%
G=8.95%
B=54.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113281720.340.8400.33275.427239.22
Hex711CAC22540211134827
Octal161342544212404142311047
Binary11100011110010101100100010101010001000011000100111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711cac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>