#730E70

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

Shades of Purple #730E70

Tints of Purple #730E70

Color information

#730E70 (or 0x730E70) is unknown color: approx Purple. HEX triplet: 73, 0E and 70. RGB value is (115,14,112). Sum of RGB (Red+Green+Blue) = 115+14+112=241 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.72% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 115 - color contains mainly: red. Hex color #730E70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730E70 is #8CF18F. Grayscale: #373737. Windows color (decimal): -9236880 or 7343731. OLE color: 7343731.

HSL color Cylindrical-coordinate representation of color #730E70: hue angle of 301.78º 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 #730E70 is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11514112-
CMYK00.880.030.55
HSL301.78º78.29%25.29%-
HSV(B)301.78º87.83%45.1%-
XYZ10.155.1315.78-
YUV55.37159.96170.53-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.72%
GREEN value IS 14 (5.86% from 255) = 5.81%
BLUE value IS 112 (44.14% from 255) = 46.47%
R=47.72%
G=5.81%
B=46.47%

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
Decimal1151411200.880.030.55301.7878.2925.29
Hex73E7005833712e4e19
Octal16316160013036745611631
Binary1110011111011100000101100011110111100101110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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