#720068

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

Shades of Purple #720068

Tints of Purple #720068

Color information

#720068 (or 0x720068) is unknown color: approx Purple. HEX triplet: 72, 00 and 68. RGB value is (114,0,104). Sum of RGB (Red+Green+Blue) = 114+0+104=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #720068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720068 is #8DFF97. Grayscale: #2D2D2D. Windows color (decimal): -9306008 or 6815858. OLE color: 6815858.

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

Color convert

RGB1140104-
CMYK010.090.55
HSL305.26º100%22.35%-
HSV(B)305.26º100%44.71%-
XYZ9.444.5813.48-
YUV45.94160.77176.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 104 (41.02% from 255) = 47.71%
R=52.29%
G=0%
B=47.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1140104010.090.55305.2610022.35
Hex720680649371316416
Octal16201500144116746114426
Binary111001001101000011001001001110111100110001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720068; }

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

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

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

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

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

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

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

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