#720169

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

Shades of Purple #720169

Tints of Purple #720169

Color information

#720169 (or 0x720169) is unknown color: approx Purple. HEX triplet: 72, 01 and 69. RGB value is (114,1,105). Sum of RGB (Red+Green+Blue) = 114+1+105=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #720169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720169 is #8DFE96. Grayscale: #2E2E2E. Windows color (decimal): -9305751 or 6881650. OLE color: 6881650.

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

Color convert

RGB1141105-
CMYK00.990.080.55
HSL304.78º98.26%22.55%-
HSV(B)304.78º99.12%44.71%-
XYZ9.54.6213.76-
YUV46.64160.94176.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.82%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 105 (41.41% from 255) = 47.73%
R=51.82%
G=0.45%
B=47.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114110500.990.080.55304.7898.2622.55
Hex721690638371316217
Octal16211510143106746114227
Binary111001011101001011000111000110111100110001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720169; }

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

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

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

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

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

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

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

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