#730967

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

Shades of Purple #730967

Tints of Purple #730967

Color information

#730967 (or 0x730967) is unknown color: approx Purple. HEX triplet: 73, 09 and 67. RGB value is (115,9,103). Sum of RGB (Red+Green+Blue) = 115+9+103=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 103 (40.62% from 255 or 45.37% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #730967 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730967 is #8CF698. Grayscale: #333333. Windows color (decimal): -9238169 or 6752627. OLE color: 6752627.

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

Color convert

RGB1159103-
CMYK00.920.100.55
HSL306.79º85.48%24.31%-
HSV(B)306.79º92.17%45.1%-
XYZ9.624.8213.26-
YUV51.41157.12173.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.66%
GREEN value IS 9 (3.91% from 255) = 3.96%
BLUE value IS 103 (40.62% from 255) = 45.37%
R=50.66%
G=3.96%
B=45.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115910300.920.100.55306.7985.4824.31
Hex7396705CA371335518
Octal163111470134126746312530
Binary111001110011100111010111001010110111100110011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730967; }

 p { color: rgb(115,9,103); }

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

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

 a { background-color: rgb(115,9,103); }

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

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

 span { border-color: rgb(115,9,103); }

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