#731074

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

Shades of Purple #731074

Tints of Purple #731074

Color information

#731074 (or 0x731074) is unknown color: approx Purple. HEX triplet: 73, 10 and 74. RGB value is (115,16,116). Sum of RGB (Red+Green+Blue) = 115+16+116=247 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.56% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 116 (45.70% from 255 or 46.96% from 247); Max value from RGB is 116 - color contains mainly: blue. Hex color #731074 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731074 is #8CEF8B. Grayscale: #383838. Windows color (decimal): -9236364 or 7606387. OLE color: 7606387.

HSL color Cylindrical-coordinate representation of color #731074: hue angle of 299.4º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #731074 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11516116-
CMYK0.010.8600.55
HSL299.4º75.76%25.88%-
HSV(B)299.4º86.21%45.49%-
XYZ10.415.2816.99-
YUV57161.3169.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.56%
GREEN value IS 16 (6.64% from 255) = 6.48%
BLUE value IS 116 (45.70% from 255) = 46.96%
R=46.56%
G=6.48%
B=46.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115161160.010.8600.55299.475.7625.88
Hex73107415603712b4c1a
Octal16320164112606745311432
Binary1110011100001110100110101100110111100101011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731074; }

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

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

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

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

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

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

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

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