#730A92

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

Shades of Purple #730A92

Tints of Purple #730A92

Color information

#730A92 (or 0x730A92) is unknown color: approx Purple. HEX triplet: 73, 0A and 92. RGB value is (115,10,146). Sum of RGB (Red+Green+Blue) = 115+10+146=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 10 (4.30% from 255 or 3.69% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #730A92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730A92 is #8CF56D. Grayscale: #383838. Windows color (decimal): -9237870 or 9570931. OLE color: 9570931.

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

Color convert

RGB11510146-
CMYK0.210.9300.43
HSL286.32º87.18%30.59%-
HSV(B)286.32º93.15%57.25%-
XYZ12.375.9427.69-
YUV56.9178.29169.44-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.44%
GREEN value IS 10 (4.30% from 255) = 3.69%
BLUE value IS 146 (57.42% from 255) = 53.87%
R=42.44%
G=3.69%
B=53.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal115101460.210.9300.43286.3287.1830.59
Hex73A92155D02B11e571f
Octal163122222513505343612737
Binary11100111010100100101010110111010101011100011110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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