#73418A

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

Shades of Affair #73418A

Tints of Affair #73418A

Color information

#73418A (or 0x73418A) is unknown color: approx Affair. HEX triplet: 73, 41 and 8A. RGB value is (115,65,138). Sum of RGB (Red+Green+Blue) = 115+65+138=318 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.16% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 138 - color contains mainly: blue. Hex color #73418A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73418A is #8CBE75. Grayscale: #585858. Windows color (decimal): -9223798 or 9060723. OLE color: 9060723.

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

Color convert

RGB11565138-
CMYK0.170.5300.46
HSL281.1º35.96%39.8%-
HSV(B)281.1º52.9%54.12%-
XYZ13.559.2625.12-
YUV88.27156.06147.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.16%
GREEN value IS 65 (25.78% from 255) = 20.44%
BLUE value IS 138 (54.30% from 255) = 43.40%
R=36.16%
G=20.44%
B=43.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal115651380.170.5300.46281.135.9639.8
Hex73418A113502E1192428
Octal16310121221650564314450
Binary1110011100000110001010100011101010101110100011001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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