#724389

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

Shades of Affair #724389

Tints of Affair #724389

Color information

#724389 (or 0x724389) is unknown color: approx Affair. HEX triplet: 72, 43 and 89. RGB value is (114,67,137). Sum of RGB (Red+Green+Blue) = 114+67+137=318 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.85% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 137 - color contains mainly: blue. Hex color #724389 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724389 is #8DBC76. Grayscale: #585858. Windows color (decimal): -9288823 or 8995698. OLE color: 8995698.

HSL color Cylindrical-coordinate representation of color #724389: hue angle of 280.29º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #724389 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11467137-
CMYK0.170.5100.46
HSL280.29º34.31%40%-
HSV(B)280.29º51.09%53.73%-
XYZ13.469.424.77-
YUV89.03155.07145.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.85%
GREEN value IS 67 (26.56% from 255) = 21.07%
BLUE value IS 137 (53.91% from 255) = 43.08%
R=35.85%
G=21.07%
B=43.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal114671370.170.5100.46280.2934.3140
Hex724389113302E1182228
Octal16210321121630564304250
Binary1110010100001110001001100011100110101110100011000100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724389; }

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

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

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

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

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

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

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

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