#731092

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

Shades of Purple #731092

Tints of Purple #731092

Color information

#731092 (or 0x731092) is unknown color: approx Purple. HEX triplet: 73, 10 and 92. RGB value is (115,16,146). Sum of RGB (Red+Green+Blue) = 115+16+146=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 146 (57.42% from 255 or 52.71% from 277); Max value from RGB is 146 - color contains mainly: blue. Hex color #731092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731092 is #8CEF6D. Grayscale: #3C3C3C. Windows color (decimal): -9236334 or 9572467. OLE color: 9572467.

HSL color Cylindrical-coordinate representation of color #731092: hue angle of 285.69º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #731092 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11516146-
CMYK0.210.8900.43
HSL285.69º80.25%31.76%-
HSV(B)285.69º89.04%57.25%-
XYZ12.446.0927.71-
YUV60.42176.3166.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.52%
GREEN value IS 16 (6.64% from 255) = 5.78%
BLUE value IS 146 (57.42% from 255) = 52.71%
R=41.52%
G=5.78%
B=52.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal115161460.210.8900.43285.6980.2531.76
Hex731092155902B11e5020
Octal163202222513105343612040
Binary1110011100001001001010101101100101010111000111101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731092; }

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

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

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

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

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

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

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

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