#730E6F

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

Shades of Purple #730E6F

Tints of Purple #730E6F

Color information

#730E6F (or 0x730E6F) is unknown color: approx Purple. HEX triplet: 73, 0E and 6F. RGB value is (115,14,111). Sum of RGB (Red+Green+Blue) = 115+14+111=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 111 (43.75% from 255 or 46.25% from 240); Max value from RGB is 115 - color contains mainly: red. Hex color #730E6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730E6F is #8CF190. Grayscale: #363636. Windows color (decimal): -9236881 or 7278195. OLE color: 7278195.

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

Color convert

RGB11514111-
CMYK00.880.030.55
HSL302.38º78.29%25.29%-
HSV(B)302.38º87.83%45.1%-
XYZ10.15.1115.49-
YUV55.26159.46170.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.92%
GREEN value IS 14 (5.86% from 255) = 5.83%
BLUE value IS 111 (43.75% from 255) = 46.25%
R=47.92%
G=5.83%
B=46.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151411100.880.030.55302.3878.2925.29
Hex73E6F05833712e4e19
Octal16316157013036745611631
Binary1110011111011011110101100011110111100101110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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