#73568C

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

Shades of Affair #73568C

Tints of Affair #73568C

Color information

#73568C (or 0x73568C) is unknown color: approx Affair. HEX triplet: 73, 56 and 8C. RGB value is (115,86,140). Sum of RGB (Red+Green+Blue) = 115+86+140=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 140 - color contains mainly: blue. Hex color #73568C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73568C is #8CA973. Grayscale: #646464. Windows color (decimal): -9218420 or 9197171. OLE color: 9197171.

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

Color convert

RGB11586140-
CMYK0.180.3900.45
HSL272.22º23.89%44.31%-
HSV(B)272.22º38.57%54.9%-
XYZ15.1312.1926.37-
YUV100.83150.11138.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.72%
GREEN value IS 86 (33.98% from 255) = 25.22%
BLUE value IS 140 (55.08% from 255) = 41.06%
R=33.72%
G=25.22%
B=41.06%

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
Decimal115861400.180.3900.45272.2223.8944.31
Hex73568C122702D110182c
Octal16312621422470554203054
Binary111001110101101000110010010100111010110110001000011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73568C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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