#730A6E

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

Shades of Purple #730A6E

Tints of Purple #730A6E

Color information

#730A6E (or 0x730A6E) is unknown color: approx Purple. HEX triplet: 73, 0A and 6E. RGB value is (115,10,110). Sum of RGB (Red+Green+Blue) = 115+10+110=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 110 (43.36% from 255 or 46.81% from 235); Max value from RGB is 115 - color contains mainly: red. Hex color #730A6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730A6E is #8CF591. Grayscale: #343434. Windows color (decimal): -9237906 or 7211635. OLE color: 7211635.

HSL color Cylindrical-coordinate representation of color #730A6E: hue angle of 302.86º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730A6E is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11510110-
CMYK00.910.040.55
HSL302.86º84%24.51%-
HSV(B)302.86º91.3%45.1%-
XYZ9.994.9915.19-
YUV52.79160.29172.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.94%
GREEN value IS 10 (4.30% from 255) = 4.26%
BLUE value IS 110 (43.36% from 255) = 46.81%
R=48.94%
G=4.26%
B=46.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151011000.910.040.55302.868424.51
Hex73A6E05B43712f5419
Octal16312156013346745712431
Binary11100111010110111001011011100110111100101111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730A6E; }

 p { color: rgb(115,10,110); }

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

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

 a { background-color: rgb(115,10,110); }

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

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

 span { border-color: rgb(115,10,110); }

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