#730868

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

Shades of Purple #730868

Tints of Purple #730868

Color information

#730868 (or 0x730868) is unknown color: approx Purple. HEX triplet: 73, 08 and 68. RGB value is (115,8,104). Sum of RGB (Red+Green+Blue) = 115+8+104=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #730868 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730868 is #8CF797. Grayscale: #323232. Windows color (decimal): -9238424 or 6817907. OLE color: 6817907.

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

Color convert

RGB1158104-
CMYK00.930.100.55
HSL306.17º86.99%24.12%-
HSV(B)306.17º93.04%45.1%-
XYZ9.664.8213.52-
YUV50.94157.95173.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.66%
GREEN value IS 8 (3.52% from 255) = 3.52%
BLUE value IS 104 (41.02% from 255) = 45.81%
R=50.66%
G=3.52%
B=45.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115810400.930.100.55306.1786.9924.12
Hex7386805DA371325718
Octal163101500135126746212730
Binary111001110001101000010111011010110111100110010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730868; }

 p { color: rgb(115,8,104); }

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

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

 a { background-color: rgb(115,8,104); }

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

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

 span { border-color: rgb(115,8,104); }

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