#724083

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

Shades of Affair #724083

Tints of Affair #724083

Color information

#724083 (or 0x724083) is unknown color: approx Affair. HEX triplet: 72, 40 and 83. RGB value is (114,64,131). Sum of RGB (Red+Green+Blue) = 114+64+131=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 131 - color contains mainly: blue. Hex color #724083 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724083 is #8DBF7C. Grayscale: #565656. Windows color (decimal): -9289597 or 8601714. OLE color: 8601714.

HSL color Cylindrical-coordinate representation of color #724083: hue angle of 284.78º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #724083 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11464131-
CMYK0.130.5100.49
HSL284.78º34.36%38.24%-
HSV(B)284.78º51.15%51.37%-
XYZ12.878.8822.51-
YUV86.59153.06147.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.89%
GREEN value IS 64 (25.39% from 255) = 20.71%
BLUE value IS 131 (51.56% from 255) = 42.39%
R=36.89%
G=20.71%
B=42.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114641310.130.5100.49284.7834.3638.24
Hex724083D3303111d2226
Octal16210020315630614354246
Binary111001010000001000001111011100110110001100011101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724083; }

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

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

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

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

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

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

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

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