#730969

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

Shades of Purple #730969

Tints of Purple #730969

Color information

#730969 (or 0x730969) is unknown color: approx Purple. HEX triplet: 73, 09 and 69. RGB value is (115,9,105). Sum of RGB (Red+Green+Blue) = 115+9+105=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #730969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730969 is #8CF696. Grayscale: #333333. Windows color (decimal): -9238167 or 6883699. OLE color: 6883699.

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

Color convert

RGB1159105-
CMYK00.920.090.55
HSL305.66º85.48%24.31%-
HSV(B)305.66º92.17%45.1%-
XYZ9.724.8613.79-
YUV51.64158.12173.19-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.22%
GREEN value IS 9 (3.91% from 255) = 3.93%
BLUE value IS 105 (41.41% from 255) = 45.85%
R=50.22%
G=3.93%
B=45.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115910500.920.090.55305.6685.4824.31
Hex7396905C9371325518
Octal163111510134116746212530
Binary111001110011101001010111001001110111100110010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730969; }

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

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

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

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

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

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

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

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