#730D6F

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

Shades of Purple #730D6F

Tints of Purple #730D6F

Color information

#730D6F (or 0x730D6F) is unknown color: approx Purple. HEX triplet: 73, 0D and 6F. RGB value is (115,13,111). Sum of RGB (Red+Green+Blue) = 115+13+111=239 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.12% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 111 (43.75% from 255 or 46.44% from 239); Max value from RGB is 115 - color contains mainly: red. Hex color #730D6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730D6F is #8CF290. Grayscale: #363636. Windows color (decimal): -9237137 or 7277939. OLE color: 7277939.

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

Color convert

RGB11513111-
CMYK00.890.030.55
HSL302.35º79.69%25.1%-
HSV(B)302.35º88.7%45.1%-
XYZ10.085.0815.49-
YUV54.67159.79171.03-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.12%
GREEN value IS 13 (5.47% from 255) = 5.44%
BLUE value IS 111 (43.75% from 255) = 46.44%
R=48.12%
G=5.44%
B=46.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151311100.890.030.55302.3579.6925.1
Hex73D6F05933712e5019
Octal16315157013136745612031
Binary1110011110111011110101100111110111100101110101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,13,111); }

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

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

 a { background-color: rgb(115,13,111); }

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

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

 span { border-color: rgb(115,13,111); }

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