#720478

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

Shades of Purple #720478

Tints of Purple #720478

Color information

#720478 (or 0x720478) is unknown color: approx Purple. HEX triplet: 72, 04 and 78. RGB value is (114,4,120). Sum of RGB (Red+Green+Blue) = 114+4+120=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 120 (47.27% from 255 or 50.42% from 238); Max value from RGB is 120 - color contains mainly: blue. Hex color #720478 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720478 is #8DFB87. Grayscale: #313131. Windows color (decimal): -9304968 or 7865458. OLE color: 7865458.

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

Color convert

RGB1144120-
CMYK0.050.9700.53
HSL296.9º93.55%24.31%-
HSV(B)296.9º96.67%47.06%-
XYZ10.375.0218.19-
YUV50.11167.44173.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.90%
GREEN value IS 4 (1.95% from 255) = 1.68%
BLUE value IS 120 (47.27% from 255) = 50.42%
R=47.90%
G=1.68%
B=50.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11441200.050.9700.53296.993.5524.31
Hex724785610351295e18
Octal1624170514106545113630
Binary1110010100111100010111000010110101100101001101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720478; }

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

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

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

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

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

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

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

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