#73508D

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

Shades of Affair #73508D

Tints of Affair #73508D

Color information

#73508D (or 0x73508D) is unknown color: approx Affair. HEX triplet: 73, 50 and 8D. RGB value is (115,80,141). Sum of RGB (Red+Green+Blue) = 115+80+141=336 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.23% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 141 - color contains mainly: blue. Hex color #73508D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73508D is #8CAF72. Grayscale: #616161. Windows color (decimal): -9219955 or 9261171. OLE color: 9261171.

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

Color convert

RGB11580141-
CMYK0.180.4300.45
HSL274.43º27.6%43.33%-
HSV(B)274.43º43.26%55.29%-
XYZ14.7511.3126.6-
YUV97.42152.6140.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.23%
GREEN value IS 80 (31.64% from 255) = 23.81%
BLUE value IS 141 (55.47% from 255) = 41.96%
R=34.23%
G=23.81%
B=41.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal115801410.180.4300.45274.4327.643.33
Hex73508D122B02D1121c2b
Octal16312021522530554223453
Binary111001110100001000110110010101011010110110001001011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73508D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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