#711CB7

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

Shades of Purple Heart #711CB7

Tints of Purple Heart #711CB7

Color information

#711CB7 (or 0x711CB7) is unknown color: approx Purple Heart. HEX triplet: 71, 1C and B7. RGB value is (113,28,183). Sum of RGB (Red+Green+Blue) = 113+28+183=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 183 (71.88% from 255 or 56.48% from 324); Max value from RGB is 183 - color contains mainly: blue. Hex color #711CB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711CB7 is #8EE348. Grayscale: #464646. Windows color (decimal): -9364297 or 12000369. OLE color: 12000369.

HSL color Cylindrical-coordinate representation of color #711CB7: hue angle of 272.9º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #711CB7 is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11328183-
CMYK0.380.8500.28
HSL272.9º73.46%41.37%-
HSV(B)272.9º84.7%71.76%-
XYZ15.777.7645.47-
YUV71.09191.16157.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.88%
GREEN value IS 28 (11.33% from 255) = 8.64%
BLUE value IS 183 (71.88% from 255) = 56.48%
R=34.88%
G=8.64%
B=56.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal113281830.380.8500.28272.973.4641.37
Hex711CB7265501C1114929
Octal161342674612503442111151
Binary1110001111001011011110011010101010111001000100011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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