#720CBF

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

Shades of Purple Heart #720CBF

Tints of Purple Heart #720CBF

Color information

#720CBF (or 0x720CBF) is unknown color: approx Purple Heart. HEX triplet: 72, 0C and BF. RGB value is (114,12,191). Sum of RGB (Red+Green+Blue) = 114+12+191=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 191 (75% from 255 or 60.25% from 317); Max value from RGB is 191 - color contains mainly: blue. Hex color #720CBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720CBF is #8DF340. Grayscale: #3E3E3E. Windows color (decimal): -9302849 or 12520562. OLE color: 12520562.

HSL color Cylindrical-coordinate representation of color #720CBF: hue angle of 274.19º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720CBF is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11412191-
CMYK0.400.9400.25
HSL274.19º88.18%39.8%-
HSV(B)274.19º93.72%74.9%-
XYZ16.477.649.89-
YUV62.9200.29164.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.96%
GREEN value IS 12 (5.08% from 255) = 3.79%
BLUE value IS 191 (75% from 255) = 60.25%
R=35.96%
G=3.79%
B=60.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114121910.400.9400.25274.1988.1839.8
Hex72CBF285E0191125828
Octal162142775013603142213050
Binary111001011001011111110100010111100110011000100101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,12,191); }

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

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

 a { background-color: rgb(114,12,191); }

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

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

 span { border-color: rgb(114,12,191); }

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