#724082

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

Shades of Affair #724082

Tints of Affair #724082

Color information

#724082 (or 0x724082) is unknown color: approx Affair. HEX triplet: 72, 40 and 82. RGB value is (114,64,130). Sum of RGB (Red+Green+Blue) = 114+64+130=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 130 - color contains mainly: blue. Hex color #724082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724082 is #8DBF7D. Grayscale: #565656. Windows color (decimal): -9289598 or 8536178. OLE color: 8536178.

HSL color Cylindrical-coordinate representation of color #724082: hue angle of 285.45º 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 #724082 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11464130-
CMYK0.120.5100.49
HSL285.45º34.02%38.04%-
HSV(B)285.45º50.77%50.98%-
XYZ12.88.8622.15-
YUV86.47152.56147.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.01%
GREEN value IS 64 (25.39% from 255) = 20.78%
BLUE value IS 130 (51.17% from 255) = 42.21%
R=37.01%
G=20.78%
B=42.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114641300.120.5100.49285.4534.0238.04
Hex724082C3303111d2226
Octal16210020214630614354246
Binary111001010000001000001011001100110110001100011101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724082; }

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

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

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

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

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

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

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

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