#730B74

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

Shades of Purple #730B74

Tints of Purple #730B74

Color information

#730B74 (or 0x730B74) is unknown color: approx Purple. HEX triplet: 73, 0B and 74. RGB value is (115,11,116). Sum of RGB (Red+Green+Blue) = 115+11+116=242 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.52% from 242); Green value is 11 (4.69% from 255 or 4.55% from 242); Blue value is 116 (45.70% from 255 or 47.93% from 242); Max value from RGB is 116 - color contains mainly: blue. Hex color #730B74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730B74 is #8CF48B. Grayscale: #353535. Windows color (decimal): -9237644 or 7605107. OLE color: 7605107.

HSL color Cylindrical-coordinate representation of color #730B74: hue angle of 299.43º degrees, saturation: 0.83, 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 #730B74 is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11511116-
CMYK0.010.9100.55
HSL299.43º82.68%24.9%-
HSV(B)299.43º90.52%45.49%-
XYZ10.345.1516.97-
YUV54.07162.96171.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.52%
GREEN value IS 11 (4.69% from 255) = 4.55%
BLUE value IS 116 (45.70% from 255) = 47.93%
R=47.52%
G=4.55%
B=47.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115111160.010.9100.55299.4382.6824.9
Hex73B7415B03712b5319
Octal16313164113306745312331
Binary111001110111110100110110110110111100101011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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