#73517B

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

Shades of Affair #73517B

Tints of Affair #73517B

Color information

#73517B (or 0x73517B) is unknown color: approx Affair. HEX triplet: 73, 51 and 7B. RGB value is (115,81,123). Sum of RGB (Red+Green+Blue) = 115+81+123=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 123 - color contains mainly: blue. Hex color #73517B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73517B is #8CAE84. Grayscale: #5F5F5F. Windows color (decimal): -9219717 or 8081779. OLE color: 8081779.

HSL color Cylindrical-coordinate representation of color #73517B: hue angle of 288.57º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73517B is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11581123-
CMYK0.070.3400.52
HSL288.57º20.59%40%-
HSV(B)288.57º34.15%48.24%-
XYZ13.5910.9620.14-
YUV95.95143.26141.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.05%
GREEN value IS 81 (32.03% from 255) = 25.39%
BLUE value IS 123 (48.44% from 255) = 38.56%
R=36.05%
G=25.39%
B=38.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal115811230.070.3400.52288.5720.5940
Hex73517B7220341211528
Octal1631211737420644412550
Binary111001110100011111011111100010011010010010000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73517B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73517B; }

 p { color: rgb(115,81,123); }

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

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

 a { background-color: rgb(115,81,123); }

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

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

 span { border-color: rgb(115,81,123); }

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