#720173

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

Shades of Purple #720173

Tints of Purple #720173

Color information

#720173 (or 0x720173) is unknown color: approx Purple. HEX triplet: 72, 01 and 73. RGB value is (114,1,115). Sum of RGB (Red+Green+Blue) = 114+1+115=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #720173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720173 is #8DFE8C. Grayscale: #2F2F2F. Windows color (decimal): -9305741 or 7537010. OLE color: 7537010.

HSL color Cylindrical-coordinate representation of color #720173: hue angle of 299.47º 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 #720173 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1141115-
CMYK0.010.9900.55
HSL299.47º98.28%22.75%-
HSV(B)299.47º99.13%45.1%-
XYZ10.044.8416.62-
YUV47.78165.94175.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.57%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 115 (45.31% from 255) = 50%
R=49.57%
G=0.43%
B=50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11411150.010.9900.55299.4798.2822.75
Hex7217316303712b6217
Octal1621163114306745314227
Binary111001011110011111000110110111100101011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720173; }

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

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

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

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

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

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

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

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