#711EC9

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

Shades of Purple Heart #711EC9

Tints of Purple Heart #711EC9

Color information

#711EC9 (or 0x711EC9) is unknown color: approx Purple Heart. HEX triplet: 71, 1E and C9. RGB value is (113,30,201). Sum of RGB (Red+Green+Blue) = 113+30+201=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 30 (12.11% from 255 or 8.72% from 344); Blue value is 201 (78.91% from 255 or 58.43% from 344); Max value from RGB is 201 - color contains mainly: blue. Hex color #711EC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711EC9 is #8EE136. Grayscale: #494949. Windows color (decimal): -9363767 or 13180529. OLE color: 13180529.

HSL color Cylindrical-coordinate representation of color #711EC9: hue angle of 269.12º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #711EC9 is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11330201-
CMYK0.440.8500.21
HSL269.12º74.03%45.29%-
HSV(B)269.12º85.07%78.82%-
XYZ17.828.6655.99-
YUV74.31199.5155.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.85%
GREEN value IS 30 (12.11% from 255) = 8.72%
BLUE value IS 201 (78.91% from 255) = 58.43%
R=32.85%
G=8.72%
B=58.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal113302010.440.8500.21269.1274.0345.29
Hex711EC92C5501510d4a2d
Octal161363115412502541511255
Binary1110001111101100100110110010101010101011000011011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,30,201); }

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

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

 a { background-color: rgb(113,30,201); }

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

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

 span { border-color: rgb(113,30,201); }

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