#73568E

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

Shades of Affair #73568E

Tints of Affair #73568E

Color information

#73568E (or 0x73568E) is unknown color: approx Affair. HEX triplet: 73, 56 and 8E. RGB value is (115,86,142). Sum of RGB (Red+Green+Blue) = 115+86+142=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 142 (55.86% from 255 or 41.40% from 343); Max value from RGB is 142 - color contains mainly: blue. Hex color #73568E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73568E is #8CA971. Grayscale: #646464. Windows color (decimal): -9218418 or 9328243. OLE color: 9328243.

HSL color Cylindrical-coordinate representation of color #73568E: hue angle of 271.07º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73568E is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11586142-
CMYK0.190.3900.44
HSL271.07º24.56%44.71%-
HSV(B)271.07º39.44%55.69%-
XYZ15.2812.2527.15-
YUV101.06151.11137.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.53%
GREEN value IS 86 (33.98% from 255) = 25.07%
BLUE value IS 142 (55.86% from 255) = 41.40%
R=33.53%
G=25.07%
B=41.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal115861420.190.3900.44271.0724.5644.71
Hex73568E132702C10f192d
Octal16312621623470544173155
Binary111001110101101000111010011100111010110010000111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73568E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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