#724585

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

Shades of Affair #724585

Tints of Affair #724585

Color information

#724585 (or 0x724585) is unknown color: approx Affair. HEX triplet: 72, 45 and 85. RGB value is (114,69,133). Sum of RGB (Red+Green+Blue) = 114+69+133=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 133 - color contains mainly: blue. Hex color #724585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724585 is #8DBA7A. Grayscale: #595959. Windows color (decimal): -9288315 or 8734066. OLE color: 8734066.

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

Color convert

RGB11469133-
CMYK0.140.4800.48
HSL282.19º31.68%39.61%-
HSV(B)282.19º48.12%52.16%-
XYZ13.39.5323.33-
YUV89.75152.41145.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.08%
GREEN value IS 69 (27.34% from 255) = 21.84%
BLUE value IS 133 (52.34% from 255) = 42.09%
R=36.08%
G=21.84%
B=42.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114691330.140.4800.48282.1931.6839.61
Hex724585E3003011a2028
Octal16210520516600604324050
Binary111001010001011000010111101100000110000100011010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724585; }

 p { color: rgb(114,69,133); }

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

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

 a { background-color: rgb(114,69,133); }

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

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

 span { border-color: rgb(114,69,133); }

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