#720FB7

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

Shades of Purple Heart #720FB7

Tints of Purple Heart #720FB7

Color information

#720FB7 (or 0x720FB7) is unknown color: approx Purple Heart. HEX triplet: 72, 0F and B7. RGB value is (114,15,183). Sum of RGB (Red+Green+Blue) = 114+15+183=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 15 (6.25% from 255 or 4.81% from 312); Blue value is 183 (71.88% from 255 or 58.65% from 312); Max value from RGB is 183 - color contains mainly: blue. Hex color #720FB7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720FB7 is #8DF048. Grayscale: #3F3F3F. Windows color (decimal): -9302089 or 11997042. OLE color: 11997042.

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

Color convert

RGB11415183-
CMYK0.380.9200.28
HSL275.36º84.85%38.82%-
HSV(B)275.36º91.8%71.76%-
XYZ15.667.3445.39-
YUV63.75195.3163.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.54%
GREEN value IS 15 (6.25% from 255) = 4.81%
BLUE value IS 183 (71.88% from 255) = 58.65%
R=36.54%
G=4.81%
B=58.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal114151830.380.9200.28275.3684.8538.82
Hex72FB7265C01C1135527
Octal162172674613403442312547
Binary111001011111011011110011010111000111001000100111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,15,183); }

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

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

 a { background-color: rgb(114,15,183); }

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

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

 span { border-color: rgb(114,15,183); }

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