#724084

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

Shades of Affair #724084

Tints of Affair #724084

Color information

#724084 (or 0x724084) is unknown color: approx Affair. HEX triplet: 72, 40 and 84. RGB value is (114,64,132). Sum of RGB (Red+Green+Blue) = 114+64+132=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 132 - color contains mainly: blue. Hex color #724084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724084 is #8DBF7B. Grayscale: #565656. Windows color (decimal): -9289596 or 8667250. OLE color: 8667250.

HSL color Cylindrical-coordinate representation of color #724084: hue angle of 284.12º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #724084 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11464132-
CMYK0.140.5200.48
HSL284.12º34.69%38.43%-
HSV(B)284.12º51.52%51.76%-
XYZ12.948.9122.87-
YUV86.7153.56147.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.77%
GREEN value IS 64 (25.39% from 255) = 20.65%
BLUE value IS 132 (51.95% from 255) = 42.58%
R=36.77%
G=20.65%
B=42.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114641320.140.5200.48284.1234.6938.43
Hex724084E3403011c2326
Octal16210020416640604344346
Binary111001010000001000010011101101000110000100011100100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724084; }

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

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

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

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

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

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

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

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