#73568B

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

Shades of Affair #73568B

Tints of Affair #73568B

Color information

#73568B (or 0x73568B) is unknown color: approx Affair. HEX triplet: 73, 56 and 8B. RGB value is (115,86,139). Sum of RGB (Red+Green+Blue) = 115+86+139=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 139 - color contains mainly: blue. Hex color #73568B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73568B is #8CA974. Grayscale: #646464. Windows color (decimal): -9218421 or 9131635. OLE color: 9131635.

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

Color convert

RGB11586139-
CMYK0.170.3800.45
HSL272.83º23.56%44.12%-
HSV(B)272.83º38.13%54.51%-
XYZ15.0612.1625.98-
YUV100.71149.61138.19-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.82%
GREEN value IS 86 (33.98% from 255) = 25.29%
BLUE value IS 139 (54.69% from 255) = 40.88%
R=33.82%
G=25.29%
B=40.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal115861390.170.3800.45272.8323.5644.12
Hex73568B112602D111182c
Octal16312621321460554213054
Binary111001110101101000101110001100110010110110001000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73568B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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