#73568D

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

Shades of Affair #73568D

Tints of Affair #73568D

Color information

#73568D (or 0x73568D) is unknown color: approx Affair. HEX triplet: 73, 56 and 8D. RGB value is (115,86,141). Sum of RGB (Red+Green+Blue) = 115+86+141=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 141 - color contains mainly: blue. Hex color #73568D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73568D is #8CA972. Grayscale: #646464. Windows color (decimal): -9218419 or 9262707. OLE color: 9262707.

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

Color convert

RGB11586141-
CMYK0.180.3900.45
HSL271.64º24.23%44.51%-
HSV(B)271.64º39.01%55.29%-
XYZ15.2112.2226.76-
YUV100.94150.61138.03-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.63%
GREEN value IS 86 (33.98% from 255) = 25.15%
BLUE value IS 141 (55.47% from 255) = 41.23%
R=33.63%
G=25.15%
B=41.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal115861410.180.3900.45271.6424.2344.51
Hex73568D122702D110182d
Octal16312621522470554203055
Binary111001110101101000110110010100111010110110001000011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73568D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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