#720BB6

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

Shades of Purple Heart #720BB6

Tints of Purple Heart #720BB6

Color information

#720BB6 (or 0x720BB6) is unknown color: approx Purple Heart. HEX triplet: 72, 0B and B6. RGB value is (114,11,182). Sum of RGB (Red+Green+Blue) = 114+11+182=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 11 (4.69% from 255 or 3.58% from 307); Blue value is 182 (71.48% from 255 or 59.28% from 307); Max value from RGB is 182 - color contains mainly: blue. Hex color #720BB6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720BB6 is #8DF449. Grayscale: #3C3C3C. Windows color (decimal): -9303114 or 11930482. OLE color: 11930482.

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

Color convert

RGB11411182-
CMYK0.370.9400.29
HSL276.14º88.6%37.84%-
HSV(B)276.14º93.96%71.37%-
XYZ15.57.1944.83-
YUV61.29196.12165.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.13%
GREEN value IS 11 (4.69% from 255) = 3.58%
BLUE value IS 182 (71.48% from 255) = 59.28%
R=37.13%
G=3.58%
B=59.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal114111820.370.9400.29276.1488.637.84
Hex72BB6255E01D1145926
Octal162132664513603542413146
Binary111001010111011011010010110111100111011000101001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720BB6; }

 p { color: rgb(114,11,182); }

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

<style>
 a { background-color: #720BB6; }

 a { background-color: rgb(114,11,182); }

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

<style>
 span { border-color: #720BB6; }

 span { border-color: rgb(114,11,182); }

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