#730E92

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

Shades of Purple #730E92

Tints of Purple #730E92

Color information

#730E92 (or 0x730E92) is unknown color: approx Purple. HEX triplet: 73, 0E and 92. RGB value is (115,14,146). Sum of RGB (Red+Green+Blue) = 115+14+146=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 14 (5.86% from 255 or 5.09% from 275); Blue value is 146 (57.42% from 255 or 53.09% from 275); Max value from RGB is 146 - color contains mainly: blue. Hex color #730E92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730E92 is #8CF16D. Grayscale: #3A3A3A. Windows color (decimal): -9236846 or 9571955. OLE color: 9571955.

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

Color convert

RGB11514146-
CMYK0.210.9000.43
HSL285.91º82.5%31.37%-
HSV(B)285.91º90.41%57.25%-
XYZ12.426.0327.7-
YUV59.25176.96167.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.82%
GREEN value IS 14 (5.86% from 255) = 5.09%
BLUE value IS 146 (57.42% from 255) = 53.09%
R=41.82%
G=5.09%
B=53.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal115141460.210.9000.43285.9182.531.37
Hex73E92155A02B11e521f
Octal163162222513205343612237
Binary11100111110100100101010110110100101011100011110101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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