#720769

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

Shades of Purple #720769

Tints of Purple #720769

Color information

#720769 (or 0x720769) is unknown color: approx Purple. HEX triplet: 72, 07 and 69. RGB value is (114,7,105). Sum of RGB (Red+Green+Blue) = 114+7+105=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #720769 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720769 is #8DF896. Grayscale: #313131. Windows color (decimal): -9304215 or 6883186. OLE color: 6883186.

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

Color convert

RGB1147105-
CMYK00.940.080.55
HSL305.05º88.43%23.73%-
HSV(B)305.05º93.86%44.71%-
XYZ9.574.7513.78-
YUV50.16158.95173.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.44%
GREEN value IS 7 (3.12% from 255) = 3.10%
BLUE value IS 105 (41.41% from 255) = 46.46%
R=50.44%
G=3.10%
B=46.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114710500.940.080.55305.0588.4323.73
Hex7276905E8371315818
Octal16271510136106746113030
Binary11100101111101001010111101000110111100110001101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720769; }

 p { color: rgb(114,7,105); }

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

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

 a { background-color: rgb(114,7,105); }

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

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

 span { border-color: rgb(114,7,105); }

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