#73568A

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

Shades of Affair #73568A

Tints of Affair #73568A

Color information

#73568A (or 0x73568A) is unknown color: approx Affair. HEX triplet: 73, 56 and 8A. RGB value is (115,86,138). Sum of RGB (Red+Green+Blue) = 115+86+138=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 138 - color contains mainly: blue. Hex color #73568A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73568A is #8CA975. Grayscale: #646464. Windows color (decimal): -9218422 or 9066099. OLE color: 9066099.

HSL color Cylindrical-coordinate representation of color #73568A: hue angle of 273.46º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73568A is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11586138-
CMYK0.170.3800.46
HSL273.46º23.21%43.92%-
HSV(B)273.46º37.68%54.12%-
XYZ14.9912.1425.6-
YUV100.6149.11138.27-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.92%
GREEN value IS 86 (33.98% from 255) = 25.37%
BLUE value IS 138 (54.30% from 255) = 40.71%
R=33.92%
G=25.37%
B=40.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal115861380.170.3800.46273.4623.2143.92
Hex73568A112602E111172c
Octal16312621221460564212754
Binary111001110101101000101010001100110010111010001000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73568A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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