#73428A

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

Shades of Affair #73428A

Tints of Affair #73428A

Color information

#73428A (or 0x73428A) is unknown color: approx Affair. HEX triplet: 73, 42 and 8A. RGB value is (115,66,138). Sum of RGB (Red+Green+Blue) = 115+66+138=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 138 - color contains mainly: blue. Hex color #73428A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73428A is #8CBD75. Grayscale: #585858. Windows color (decimal): -9223542 or 9060979. OLE color: 9060979.

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

Color convert

RGB11566138-
CMYK0.170.5200.46
HSL280.83º35.29%40%-
HSV(B)280.83º52.17%54.12%-
XYZ13.619.3825.14-
YUV88.86155.73146.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.05%
GREEN value IS 66 (26.17% from 255) = 20.69%
BLUE value IS 138 (54.30% from 255) = 43.26%
R=36.05%
G=20.69%
B=43.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal115661380.170.5200.46280.8335.2940
Hex73428A113402E1192328
Octal16310221221640564314350
Binary1110011100001010001010100011101000101110100011001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73428A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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