#73428F

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

Shades of Affair #73428F

Tints of Affair #73428F

Color information

#73428F (or 0x73428F) is unknown color: approx Affair. HEX triplet: 73, 42 and 8F. RGB value is (115,66,143). Sum of RGB (Red+Green+Blue) = 115+66+143=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 143 (56.25% from 255 or 44.14% from 324); Max value from RGB is 143 - color contains mainly: blue. Hex color #73428F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73428F is #8CBD70. Grayscale: #595959. Windows color (decimal): -9223537 or 9388659. OLE color: 9388659.

HSL color Cylindrical-coordinate representation of color #73428F: hue angle of 278.18º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73428F is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11566143-
CMYK0.200.5400.44
HSL278.18º36.84%40.98%-
HSV(B)278.18º53.85%56.08%-
XYZ13.989.5227.09-
YUV89.43158.23146.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.49%
GREEN value IS 66 (26.17% from 255) = 20.37%
BLUE value IS 143 (56.25% from 255) = 44.14%
R=35.49%
G=20.37%
B=44.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal115661430.200.5400.44278.1836.8440.98
Hex73428F143602C1162529
Octal16310221724660544264551
Binary1110011100001010001111101001101100101100100010110100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73428F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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