#731884

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

Shades of Purple #731884

Tints of Purple #731884

Color information

#731884 (or 0x731884) is unknown color: approx Purple. HEX triplet: 73, 18 and 84. RGB value is (115,24,132). Sum of RGB (Red+Green+Blue) = 115+24+132=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 132 - color contains mainly: blue. Hex color #731884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731884 is #8CE77B. Grayscale: #3F3F3F. Windows color (decimal): -9234300 or 8657011. OLE color: 8657011.

HSL color Cylindrical-coordinate representation of color #731884: hue angle of 290.56º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #731884 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11524132-
CMYK0.130.8200.48
HSL290.56º69.23%30.59%-
HSV(B)290.56º81.82%51.76%-
XYZ11.565.9622.37-
YUV63.52166.65164.72-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.44%
GREEN value IS 24 (9.77% from 255) = 8.86%
BLUE value IS 132 (51.95% from 255) = 48.71%
R=42.44%
G=8.86%
B=48.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal115241320.130.8200.48290.5669.2330.59
Hex731884D52030123451f
Octal163302041512206044310537
Binary11100111100010000100110110100100110000100100011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731884; }

 p { color: rgb(115,24,132); }

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

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

 a { background-color: rgb(115,24,132); }

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

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

 span { border-color: rgb(115,24,132); }

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