#73428C

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

Shades of Affair #73428C

Tints of Affair #73428C

Color information

#73428C (or 0x73428C) is unknown color: approx Affair. HEX triplet: 73, 42 and 8C. RGB value is (115,66,140). Sum of RGB (Red+Green+Blue) = 115+66+140=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 140 - color contains mainly: blue. Hex color #73428C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73428C is #8CBD73. Grayscale: #585858. Windows color (decimal): -9223540 or 9192051. OLE color: 9192051.

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

Color convert

RGB11566140-
CMYK0.180.5300.45
HSL279.73º35.92%40.39%-
HSV(B)279.73º52.86%54.9%-
XYZ13.759.4325.91-
YUV89.09156.73146.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.83%
GREEN value IS 66 (26.17% from 255) = 20.56%
BLUE value IS 140 (55.08% from 255) = 43.61%
R=35.83%
G=20.56%
B=43.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal115661400.180.5300.45279.7335.9240.39
Hex73428C123502D1182428
Octal16310221422650554304450
Binary1110011100001010001100100101101010101101100011000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73428C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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