#730165

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

Shades of Purple #730165

Tints of Purple #730165

Color information

#730165 (or 0x730165) is unknown color: approx Purple. HEX triplet: 73, 01 and 65. RGB value is (115,1,101). Sum of RGB (Red+Green+Blue) = 115+1+101=217 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.00% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 101 (39.84% from 255 or 46.54% from 217); Max value from RGB is 115 - color contains mainly: red. Hex color #730165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730165 is #8CFE9A. Grayscale: #2E2E2E. Windows color (decimal): -9240219 or 6619507. OLE color: 6619507.

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

Color convert

RGB1151101-
CMYK00.990.120.55
HSL307.37º98.28%22.75%-
HSV(B)307.37º99.13%45.1%-
XYZ9.434.6112.7-
YUV46.49158.77176.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.00%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 101 (39.84% from 255) = 46.54%
R=53.00%
G=0.46%
B=46.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115110100.990.120.55307.3798.2822.75
Hex73165063C371336217
Octal16311450143146746314227
Binary111001111100101011000111100110111100110011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730165; }

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

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

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

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

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

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

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

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