#724392

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

Shades of Affair #724392

Tints of Affair #724392

Color information

#724392 (or 0x724392) is unknown color: approx Affair. HEX triplet: 72, 43 and 92. RGB value is (114,67,146). Sum of RGB (Red+Green+Blue) = 114+67+146=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 146 - color contains mainly: blue. Hex color #724392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724392 is #8DBC6D. Grayscale: #595959. Windows color (decimal): -9288814 or 9585522. OLE color: 9585522.

HSL color Cylindrical-coordinate representation of color #724392: hue angle of 275.7º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #724392 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11467146-
CMYK0.220.5400.43
HSL275.7º37.09%41.76%-
HSV(B)275.7º54.11%57.25%-
XYZ14.139.6728.32-
YUV90.06159.57145.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.86%
GREEN value IS 67 (26.56% from 255) = 20.49%
BLUE value IS 146 (57.42% from 255) = 44.65%
R=34.86%
G=20.49%
B=44.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal114671460.220.5400.43275.737.0941.76
Hex724392163602B114252a
Octal16210322226660534244552
Binary1110010100001110010010101101101100101011100010100100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724392; }

 p { color: rgb(114,67,146); }

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

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

 a { background-color: rgb(114,67,146); }

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

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

 span { border-color: rgb(114,67,146); }

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