#730666

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

Shades of Purple #730666

Tints of Purple #730666

Color information

#730666 (or 0x730666) is unknown color: approx Purple. HEX triplet: 73, 06 and 66. RGB value is (115,6,102). Sum of RGB (Red+Green+Blue) = 115+6+102=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #730666 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730666 is #8CF999. Grayscale: #313131. Windows color (decimal): -9238938 or 6686323. OLE color: 6686323.

HSL color Cylindrical-coordinate representation of color #730666: hue angle of 307.16º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730666 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB1156102-
CMYK00.950.110.55
HSL307.16º90.08%23.73%-
HSV(B)307.16º94.78%45.1%-
XYZ9.534.7312.98-
YUV49.54157.61174.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.57%
GREEN value IS 6 (2.73% from 255) = 2.69%
BLUE value IS 102 (40.23% from 255) = 45.74%
R=51.57%
G=2.69%
B=45.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115610200.950.110.55307.1690.0823.73
Hex7366605FB371335a18
Octal16361460137136746313230
Binary11100111101100110010111111011110111100110011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730666; }

 p { color: rgb(115,6,102); }

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

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

 a { background-color: rgb(115,6,102); }

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

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

 span { border-color: rgb(115,6,102); }

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