#730B78

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

Shades of Purple #730B78

Tints of Purple #730B78

Color information

#730B78 (or 0x730B78) is unknown color: approx Purple. HEX triplet: 73, 0B and 78. RGB value is (115,11,120). Sum of RGB (Red+Green+Blue) = 115+11+120=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 120 (47.27% from 255 or 48.78% from 246); Max value from RGB is 120 - color contains mainly: blue. Hex color #730B78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730B78 is #8CF487. Grayscale: #363636. Windows color (decimal): -9237640 or 7867251. OLE color: 7867251.

HSL color Cylindrical-coordinate representation of color #730B78: hue angle of 297.25º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730B78 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11511120-
CMYK0.040.9100.53
HSL297.25º83.21%25.69%-
HSV(B)297.25º90.83%47.06%-
XYZ10.585.2418.22-
YUV54.52164.96171.14-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.75%
GREEN value IS 11 (4.69% from 255) = 4.47%
BLUE value IS 120 (47.27% from 255) = 48.78%
R=46.75%
G=4.47%
B=48.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal115111200.040.9100.53297.2583.2125.69
Hex73B7845B035129531a
Octal16313170413306545112332
Binary11100111011111100010010110110110101100101001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,11,120); }

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

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

 a { background-color: rgb(115,11,120); }

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

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

 span { border-color: rgb(115,11,120); }

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