#720078

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

Shades of Purple #720078

Tints of Purple #720078

Color information

#720078 (or 0x720078) is unknown color: approx Purple. HEX triplet: 72, 00 and 78. RGB value is (114,0,120). Sum of RGB (Red+Green+Blue) = 114+0+120=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #720078 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720078 is #8DFF87. Grayscale: #2F2F2F. Windows color (decimal): -9305992 or 7864434. OLE color: 7864434.

HSL color Cylindrical-coordinate representation of color #720078: hue angle of 297º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #720078 is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1140120-
CMYK0.05100.53
HSL297º100%23.53%-
HSV(B)297º100%47.06%-
XYZ10.334.9318.18-
YUV47.77168.77175.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.72%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 120 (47.27% from 255) = 51.28%
R=48.72%
G=0%
B=51.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11401200.05100.5329710023.53
Hex720785640351296418
Octal1620170514406545114430
Binary11100100111100010111001000110101100101001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720078; }

 p { color: rgb(114,0,120); }

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

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

 a { background-color: rgb(114,0,120); }

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

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

 span { border-color: rgb(114,0,120); }

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