#72408A

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

Shades of Affair #72408A

Tints of Affair #72408A

Color information

#72408A (or 0x72408A) is unknown color: approx Affair. HEX triplet: 72, 40 and 8A. RGB value is (114,64,138). Sum of RGB (Red+Green+Blue) = 114+64+138=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 138 - color contains mainly: blue. Hex color #72408A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72408A is #8DBF75. Grayscale: #575757. Windows color (decimal): -9289590 or 9060466. OLE color: 9060466.

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

Color convert

RGB11464138-
CMYK0.170.5400.46
HSL280.54º36.63%39.61%-
HSV(B)280.54º53.62%54.12%-
XYZ13.369.0825.09-
YUV87.39156.56146.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.08%
GREEN value IS 64 (25.39% from 255) = 20.25%
BLUE value IS 138 (54.30% from 255) = 43.67%
R=36.08%
G=20.25%
B=43.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal114641380.170.5400.46280.5436.6339.61
Hex72408A113602E1192528
Octal16210021221660564314550
Binary1110010100000010001010100011101100101110100011001100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72408A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,64,138); }

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

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

 a { background-color: rgb(114,64,138); }

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

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

 span { border-color: rgb(114,64,138); }

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