#720268

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

Shades of Purple #720268

Tints of Purple #720268

Color information

#720268 (or 0x720268) is unknown color: approx Purple. HEX triplet: 72, 02 and 68. RGB value is (114,2,104). Sum of RGB (Red+Green+Blue) = 114+2+104=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #720268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720268 is #8DFD97. Grayscale: #2E2E2E. Windows color (decimal): -9305496 or 6816370. OLE color: 6816370.

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

Color convert

RGB1142104-
CMYK00.980.090.55
HSL305.36º96.55%22.75%-
HSV(B)305.36º98.25%44.71%-
XYZ9.464.6213.49-
YUV47.12160.11175.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.82%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 104 (41.02% from 255) = 47.27%
R=51.82%
G=0.91%
B=47.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114210400.980.090.55305.3696.5522.75
Hex722680629371316117
Octal16221500142116746114127
Binary1110010101101000011000101001110111100110001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720268; }

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

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

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

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

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

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

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

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