#731782

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

Shades of Purple #731782

Tints of Purple #731782

Color information

#731782 (or 0x731782) is unknown color: approx Purple. HEX triplet: 73, 17 and 82. RGB value is (115,23,130). Sum of RGB (Red+Green+Blue) = 115+23+130=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #731782 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731782 is #8CE87D. Grayscale: #3E3E3E. Windows color (decimal): -9234558 or 8525683. OLE color: 8525683.

HSL color Cylindrical-coordinate representation of color #731782: hue angle of 291.59º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #731782 is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11523130-
CMYK0.120.8200.49
HSL291.59º69.93%30%-
HSV(B)291.59º82.31%50.98%-
XYZ11.415.8721.65-
YUV62.71165.98165.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.91%
GREEN value IS 23 (9.38% from 255) = 8.58%
BLUE value IS 130 (51.17% from 255) = 48.51%
R=42.91%
G=8.58%
B=48.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal115231300.120.8200.49291.5969.9330
Hex731782C52031124461e
Octal163272021412206144410636
Binary11100111011110000010110010100100110001100100100100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731782; }

 p { color: rgb(115,23,130); }

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

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

 a { background-color: rgb(115,23,130); }

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

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

 span { border-color: rgb(115,23,130); }

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