#712bb6

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

Shades of Purple Heart #712BB6

Tints of Purple Heart #712BB6

Color information

#712BB6 (or 0x712BB6) is unknown color: approx Purple Heart. HEX triplet: 71, 2B and B6. RGB value is (113,43,182). Sum of RGB (Red+Green+Blue) = 113+43+182=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 43 (17.19% from 255 or 12.72% from 338); Blue value is 182 (71.48% from 255 or 53.85% from 338); Max value from RGB is 182 - color contains mainly: blue. Hex color #712BB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712BB6 is #8ED449. Grayscale: #4F4F4F. Windows color (decimal): -9360458 or 11938673. OLE color: 11938673.

HSL color Cylindrical-coordinate representation of color #712BB6: hue angle of 270.22º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #712BB6 is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11343182-
CMYK0.380.7600.29
HSL270.22º61.78%44.12%-
HSV(B)270.22º76.37%71.37%-
XYZ16.128.6245.07-
YUV79.78185.69151.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.43%
GREEN value IS 43 (17.19% from 255) = 12.72%
BLUE value IS 182 (71.48% from 255) = 53.85%
R=33.43%
G=12.72%
B=53.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal113431820.380.7600.29270.2261.7844.12
Hex712BB6264C01D10e3e2c
Octal16153266461140354167654
Binary1110001101011101101101001101001100011101100001110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712bb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712bb6; }

 p { color: rgb(113,43,182); }

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

<style>
 a { background-color: #712bb6; }

 a { background-color: rgb(113,43,182); }

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

<style>
 span { border-color: #712bb6; }

 span { border-color: rgb(113,43,182); }

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