#720174

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

Shades of Purple #720174

Tints of Purple #720174

Color information

#720174 (or 0x720174) is unknown color: approx Purple. HEX triplet: 72, 01 and 74. RGB value is (114,1,116). Sum of RGB (Red+Green+Blue) = 114+1+116=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 116 (45.70% from 255 or 50.22% from 231); Max value from RGB is 116 - color contains mainly: blue. Hex color #720174 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720174 is #8DFE8B. Grayscale: #2F2F2F. Windows color (decimal): -9305740 or 7602546. OLE color: 7602546.

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

Color convert

RGB1141116-
CMYK0.020.9900.55
HSL298.96º98.29%22.94%-
HSV(B)298.96º99.14%45.49%-
XYZ10.14.8616.93-
YUV47.9166.44175.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.35%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 116 (45.70% from 255) = 50.22%
R=49.35%
G=0.43%
B=50.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11411160.020.9900.55298.9698.2922.94
Hex7217426303712b6217
Octal1621164214306745314227
Binary1110010111101001011000110110111100101011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720174; }

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

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

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

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

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

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

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

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