#72408f

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

Shades of Affair #72408F

Tints of Affair #72408F

Color information

#72408F (or 0x72408F) is unknown color: approx Affair. HEX triplet: 72, 40 and 8F. RGB value is (114,64,143). Sum of RGB (Red+Green+Blue) = 114+64+143=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 143 - color contains mainly: blue. Hex color #72408F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72408F is #8DBF70. Grayscale: #575757. Windows color (decimal): -9289585 or 9388146. OLE color: 9388146.

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

Color convert

RGB11464143-
CMYK0.200.5500.44
HSL277.97º38.16%40.59%-
HSV(B)277.97º55.24%56.08%-
XYZ13.739.2327.04-
YUV87.96159.06146.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.51%
GREEN value IS 64 (25.39% from 255) = 19.94%
BLUE value IS 143 (56.25% from 255) = 44.55%
R=35.51%
G=19.94%
B=44.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114641430.200.5500.44277.9738.1640.59
Hex72408F143702C1162629
Octal16210021724670544264651
Binary1110010100000010001111101001101110101100100010110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72408f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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