#731284

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

Shades of Purple #731284

Tints of Purple #731284

Color information

#731284 (or 0x731284) is unknown color: approx Purple. HEX triplet: 73, 12 and 84. RGB value is (115,18,132). Sum of RGB (Red+Green+Blue) = 115+18+132=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 132 - color contains mainly: blue. Hex color #731284 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731284 is #8CED7B. Grayscale: #3B3B3B. Windows color (decimal): -9235836 or 8655475. OLE color: 8655475.

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

Color convert

RGB11518132-
CMYK0.130.8600.48
HSL291.05º76%29.41%-
HSV(B)291.05º86.36%51.76%-
XYZ11.455.7422.33-
YUV60168.64167.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.40%
GREEN value IS 18 (7.42% from 255) = 6.79%
BLUE value IS 132 (51.95% from 255) = 49.81%
R=43.40%
G=6.79%
B=49.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal115181320.130.8600.48291.057629.41
Hex731284D560301234c1d
Octal163222041512606044311435
Binary11100111001010000100110110101100110000100100011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731284; }

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

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

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

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

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

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

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

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