#73508B

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

Shades of Affair #73508B

Tints of Affair #73508B

Color information

#73508B (or 0x73508B) is unknown color: approx Affair. HEX triplet: 73, 50 and 8B. RGB value is (115,80,139). Sum of RGB (Red+Green+Blue) = 115+80+139=334 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.43% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 139 - color contains mainly: blue. Hex color #73508B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73508B is #8CAF74. Grayscale: #606060. Windows color (decimal): -9219957 or 9130099. OLE color: 9130099.

HSL color Cylindrical-coordinate representation of color #73508B: hue angle of 275.59º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #73508B is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11580139-
CMYK0.170.4200.45
HSL275.59º26.94%42.94%-
HSV(B)275.59º42.45%54.51%-
XYZ14.611.2525.83-
YUV97.19151.6140.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.43%
GREEN value IS 80 (31.64% from 255) = 23.95%
BLUE value IS 139 (54.69% from 255) = 41.62%
R=34.43%
G=23.95%
B=41.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal115801390.170.4200.45275.5926.9442.94
Hex73508B112A02D1141b2b
Octal16312021321520554243353
Binary111001110100001000101110001101010010110110001010011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,80,139); }

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

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

 a { background-color: rgb(115,80,139); }

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

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

 span { border-color: rgb(115,80,139); }

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