#720BB8

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

Shades of Purple Heart #720BB8

Tints of Purple Heart #720BB8

Color information

#720BB8 (or 0x720BB8) is unknown color: approx Purple Heart. HEX triplet: 72, 0B and B8. RGB value is (114,11,184). Sum of RGB (Red+Green+Blue) = 114+11+184=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 11 (4.69% from 255 or 3.56% from 309); Blue value is 184 (72.27% from 255 or 59.55% from 309); Max value from RGB is 184 - color contains mainly: blue. Hex color #720BB8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720BB8 is #8DF447. Grayscale: #3C3C3C. Windows color (decimal): -9303112 or 12061554. OLE color: 12061554.

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

Color convert

RGB11411184-
CMYK0.380.9400.28
HSL275.72º88.72%38.24%-
HSV(B)275.72º94.02%72.16%-
XYZ15.717.2845.92-
YUV61.52197.12165.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.89%
GREEN value IS 11 (4.69% from 255) = 3.56%
BLUE value IS 184 (72.27% from 255) = 59.55%
R=36.89%
G=3.56%
B=59.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal114111840.380.9400.28275.7288.7238.24
Hex72BB8265E01C1145926
Octal162132704613603442413146
Binary111001010111011100010011010111100111001000101001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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