#720468

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

Shades of Purple #720468

Tints of Purple #720468

Color information

#720468 (or 0x720468) is unknown color: approx Purple. HEX triplet: 72, 04 and 68. RGB value is (114,4,104). Sum of RGB (Red+Green+Blue) = 114+4+104=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 104 (41.02% from 255 or 46.85% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #720468 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720468 is #8DFB97. Grayscale: #2F2F2F. Windows color (decimal): -9304984 or 6816882. OLE color: 6816882.

HSL color Cylindrical-coordinate representation of color #720468: hue angle of 305.45º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #720468 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB1144104-
CMYK00.960.090.55
HSL305.45º93.22%23.14%-
HSV(B)305.45º96.49%44.71%-
XYZ9.484.6613.5-
YUV48.29159.44174.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.35%
GREEN value IS 4 (1.95% from 255) = 1.80%
BLUE value IS 104 (41.02% from 255) = 46.85%
R=51.35%
G=1.80%
B=46.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114410400.960.090.55305.4593.2223.14
Hex724680609371315d17
Octal16241500140116746113527
Binary11100101001101000011000001001110111100110001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720468; }

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

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

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

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

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

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

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

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