#730663

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

Shades of Purple #730663

Tints of Purple #730663

Color information

#730663 (or 0x730663) is unknown color: approx Purple. HEX triplet: 73, 06 and 63. RGB value is (115,6,99). Sum of RGB (Red+Green+Blue) = 115+6+99=220 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.27% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 115 - color contains mainly: red. Hex color #730663 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730663 is #8CF99C. Grayscale: #303030. Windows color (decimal): -9238941 or 6489715. OLE color: 6489715.

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

Color convert

RGB115699-
CMYK00.950.140.55
HSL308.81º90.08%23.73%-
HSV(B)308.81º94.78%45.1%-
XYZ9.394.6812.21-
YUV49.19156.11174.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.27%
GREEN value IS 6 (2.73% from 255) = 2.73%
BLUE value IS 99 (39.06% from 255) = 45%
R=52.27%
G=2.73%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11569900.950.140.55308.8190.0823.73
Hex7366305FE371355a18
Octal16361430137166746513230
Binary11100111101100011010111111110110111100110101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730663; }

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

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

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

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

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

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

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

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