#711BC2

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

Shades of Purple Heart #711BC2

Tints of Purple Heart #711BC2

Color information

#711BC2 (or 0x711BC2) is unknown color: approx Purple Heart. HEX triplet: 71, 1B and C2. RGB value is (113,27,194). Sum of RGB (Red+Green+Blue) = 113+27+194=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 27 (10.94% from 255 or 8.08% from 334); Blue value is 194 (76.17% from 255 or 58.08% from 334); Max value from RGB is 194 - color contains mainly: blue. Hex color #711BC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711BC2 is #8EE43D. Grayscale: #474747. Windows color (decimal): -9364542 or 12721009. OLE color: 12721009.

HSL color Cylindrical-coordinate representation of color #711BC2: hue angle of 270.9º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #711BC2 is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11327194-
CMYK0.420.8600.24
HSL270.9º75.57%43.33%-
HSV(B)270.9º86.08%76.08%-
XYZ16.948.1951.73-
YUV71.75196.99157.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.83%
GREEN value IS 27 (10.94% from 255) = 8.08%
BLUE value IS 194 (76.17% from 255) = 58.08%
R=33.83%
G=8.08%
B=58.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal113271940.420.8600.24270.975.5743.33
Hex711BC22A5601810f4c2b
Octal161333025212603041711453
Binary1110001110111100001010101010101100110001000011111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,27,194); }

 H1.HeaderClassName
 {
   color: #711BC2;
 }
 .AnyTagClassName
 {
   color: #711BC2;
 }
</style>
background-color css

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

 a { background-color: rgb(113,27,194); }

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

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

 span { border-color: rgb(113,27,194); }

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