#730163

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

Shades of Purple #730163

Tints of Purple #730163

Color information

#730163 (or 0x730163) is unknown color: approx Purple. HEX triplet: 73, 01 and 63. RGB value is (115,1,99). Sum of RGB (Red+Green+Blue) = 115+1+99=215 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.49% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 115 - color contains mainly: red. Hex color #730163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730163 is #8CFE9C. Grayscale: #2D2D2D. Windows color (decimal): -9240221 or 6488435. OLE color: 6488435.

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

Color convert

RGB115199-
CMYK00.990.140.55
HSL308.42º98.28%22.75%-
HSV(B)308.42º99.13%45.1%-
XYZ9.334.5712.19-
YUV46.26157.77177.03-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.49%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 99 (39.06% from 255) = 46.05%
R=53.49%
G=0.47%
B=46.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11519900.990.140.55308.4298.2822.75
Hex73163063E371346217
Octal16311430143166746414227
Binary111001111100011011000111110110111100110100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730163; }

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

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

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

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

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

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

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

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