Html Css Color HEX #724F84 Affair

📋 copy color: '#724F84'

red 114 ◦ green 79 ◦ blue 132

#724F84
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Affair #724F84

Tints of Affair #724F84

RGB

 RED value IS 114 (44.92% from 255) = 35.08%

 GREEN value IS 79 (31.25% from 255) = 24.31%

 BLUE value IS 132 (51.95% from 255) = 40.62%

R = 35.08%
G = 24.31%
B = 40.62%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#724F84 (or 0x724F84) is known color: Affair. HEX triplet: 72, 4F and 84. RGB value is (114,79,132). Sum of RGB (Red+Green+Blue) = 114+79+132=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 132 - color contains mainly: blue. Hex color #724F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724F84 is #8DB07B. Grayscale: #5F5F5F. Windows color (decimal): -9285756 or 8671090. OLE color: 8671090.

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

Color convert

RGB 114 79 132 -
CMYK 0.14 0.40 0 0.48
HSL 279.62º 0.25% 0.41% -
HSV(B) 279.62º 0.4% 0.52% -
XYZ 13.9 10.84 23.19 -
YUV 95.51 148.6 141.19 -
System Red Green Blue C M Y K H S L
Decimal 114 79 132 0.14 0.40 0 0.48 279.62 0.25 0.41
Hex 72 4F 84 E 28 0 30 118 19 29
Octal 162 117 204 16 50 0 60 430 31 51
Binary 1110010 1001111 10000100 1110 101000 0 110000 100011000 11001 101001

Color Harmonies of #724F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724F84

Black with #724F84

Text Example


Text Example

White with #724F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #724F84;
 }
 .AnyTagClassName
 {
   color: #724F84;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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