#730174

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

Shades of Purple #730174

Tints of Purple #730174

Color information

#730174 (or 0x730174) is unknown color: approx Purple. HEX triplet: 73, 01 and 74. RGB value is (115,1,116). Sum of RGB (Red+Green+Blue) = 115+1+116=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 116 (45.70% from 255 or 50% from 232); Max value from RGB is 116 - color contains mainly: blue. Hex color #730174 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730174 is #8CFE8B. Grayscale: #2F2F2F. Windows color (decimal): -9240204 or 7602547. OLE color: 7602547.

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

Color convert

RGB1151116-
CMYK0.010.9900.55
HSL299.48º98.29%22.94%-
HSV(B)299.48º99.14%45.49%-
XYZ10.234.9316.93-
YUV48.2166.27175.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.57%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 116 (45.70% 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
Decimal11511160.010.9900.55299.4898.2922.94
Hex7317416303712b6217
Octal1631164114306745314227
Binary111001111110100111000110110111100101011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730174; }

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

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

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

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

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

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

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

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