#724690

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

Shades of Affair #724690

Tints of Affair #724690

Color information

#724690 (or 0x724690) is unknown color: approx Affair. HEX triplet: 72, 46 and 90. RGB value is (114,70,144). Sum of RGB (Red+Green+Blue) = 114+70+144=328 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.76% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 144 - color contains mainly: blue. Hex color #724690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724690 is #8DB96F. Grayscale: #5B5B5B. Windows color (decimal): -9288048 or 9455218. OLE color: 9455218.

HSL color Cylindrical-coordinate representation of color #724690: hue angle of 275.68º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #724690 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11470144-
CMYK0.210.5100.44
HSL275.68º34.58%41.96%-
HSV(B)275.68º51.39%56.47%-
XYZ14.169.9727.56-
YUV91.59157.58143.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.76%
GREEN value IS 70 (27.73% from 255) = 21.34%
BLUE value IS 144 (56.64% from 255) = 43.90%
R=34.76%
G=21.34%
B=43.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114701440.210.5100.44275.6834.5841.96
Hex724690153302C114232a
Octal16210622025630544244352
Binary1110010100011010010000101011100110101100100010100100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724690; }

 p { color: rgb(114,70,144); }

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

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

 a { background-color: rgb(114,70,144); }

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

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

 span { border-color: rgb(114,70,144); }

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