#724F8F

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

Shades of Affair #724F8F

Tints of Affair #724F8F

Color information

#724F8F (or 0x724F8F) is unknown color: approx Affair. HEX triplet: 72, 4F and 8F. RGB value is (114,79,143). Sum of RGB (Red+Green+Blue) = 114+79+143=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 143 - color contains mainly: blue. Hex color #724F8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724F8F is #8DB070. Grayscale: #606060. Windows color (decimal): -9285745 or 9391986. OLE color: 9391986.

HSL color Cylindrical-coordinate representation of color #724F8F: hue angle of 272.81º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #724F8F is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11479143-
CMYK0.200.4500.44
HSL272.81º28.83%43.53%-
HSV(B)272.81º44.76%56.08%-
XYZ14.6911.1527.36-
YUV96.76154.1140.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.93%
GREEN value IS 79 (31.25% from 255) = 23.51%
BLUE value IS 143 (56.25% from 255) = 42.56%
R=33.93%
G=23.51%
B=42.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114791430.200.4500.44272.8128.8343.53
Hex724F8F142D02C1111d2c
Octal16211721724550544213554
Binary111001010011111000111110100101101010110010001000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724F8F; }

 p { color: rgb(114,79,143); }

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

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

 a { background-color: rgb(114,79,143); }

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

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

 span { border-color: rgb(114,79,143); }

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