#730C92

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

Shades of Purple #730C92

Tints of Purple #730C92

Color information

#730C92 (or 0x730C92) is unknown color: approx Purple. HEX triplet: 73, 0C and 92. RGB value is (115,12,146). Sum of RGB (Red+Green+Blue) = 115+12+146=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #730C92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730C92 is #8CF36D. Grayscale: #393939. Windows color (decimal): -9237358 or 9571443. OLE color: 9571443.

HSL color Cylindrical-coordinate representation of color #730C92: hue angle of 286.12º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #730C92 is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11512146-
CMYK0.210.9200.43
HSL286.12º84.81%30.98%-
HSV(B)286.12º91.78%57.25%-
XYZ12.395.9827.7-
YUV58.07177.62168.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.12%
GREEN value IS 12 (5.08% from 255) = 4.40%
BLUE value IS 146 (57.42% from 255) = 53.48%
R=42.12%
G=4.40%
B=53.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal115121460.210.9200.43286.1284.8130.98
Hex73C92155C02B11e551f
Octal163142222513405343612537
Binary11100111100100100101010110111000101011100011110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,12,146); }

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

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

 a { background-color: rgb(115,12,146); }

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

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

 span { border-color: rgb(115,12,146); }

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