#720668

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

Shades of Purple #720668

Tints of Purple #720668

Color information

#720668 (or 0x720668) is unknown color: approx Purple. HEX triplet: 72, 06 and 68. RGB value is (114,6,104). Sum of RGB (Red+Green+Blue) = 114+6+104=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #720668 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720668 is #8DF997. Grayscale: #313131. Windows color (decimal): -9304472 or 6817394. OLE color: 6817394.

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

Color convert

RGB1146104-
CMYK00.950.090.55
HSL305.56º90%23.53%-
HSV(B)305.56º94.74%44.71%-
XYZ9.54.7113.5-
YUV49.46158.78174.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.89%
GREEN value IS 6 (2.73% from 255) = 2.68%
BLUE value IS 104 (41.02% from 255) = 46.43%
R=50.89%
G=2.68%
B=46.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114610400.950.090.55305.569023.53
Hex7266805F9371325a18
Octal16261500137116746213230
Binary11100101101101000010111111001110111100110010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720668; }

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

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

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

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

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

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

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

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