Html Css Color HEX #714D7C Affair

📋 copy color: '#714D7C'

red 113 ◦ green 77 ◦ blue 124

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

Shades of Affair #714D7C

Tints of Affair #714D7C

RGB

 RED value IS 113 (44.53% from 255) = 35.99%

 GREEN value IS 77 (30.47% from 255) = 24.52%

 BLUE value IS 124 (48.83% from 255) = 39.49%

R = 35.99%
G = 24.52%
B = 39.49%

CMYK

 C value IS 0.09

 M value IS 0.38

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#714D7C (or 0x714D7C) is known color: Affair. HEX triplet: 71, 4D and 7C. RGB value is (113,77,124). Sum of RGB (Red+Green+Blue) = 113+77+124=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 124 - color contains mainly: blue. Hex color #714D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714D7C is #8EB283. Grayscale: #5C5C5C. Windows color (decimal): -9351812 or 8146289. OLE color: 8146289.

HSL color Cylindrical-coordinate representation of color #714D7C: hue angle of 285.96º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #714D7C is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 77 124 -
CMYK 0.09 0.38 0 0.51
HSL 285.96º 0.23% 0.39% -
HSV(B) 285.96º 0.38% 0.49% -
XYZ 13.1 10.27 20.36 -
YUV 93.12 145.43 142.18 -
System Red Green Blue C M Y K H S L
Decimal 113 77 124 0.09 0.38 0 0.51 285.96 0.23 0.39
Hex 71 4D 7C 9 26 0 33 11E 17 27
Octal 161 115 174 11 46 0 63 436 27 47
Binary 1110001 1001101 1111100 1001 100110 0 110011 100011110 10111 100111

Color Harmonies of #714D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714D7C

Black with #714D7C

Text Example


Text Example

White with #714D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714D7C; }

 p { color: rgb(113,77,124); }

 H1.HeaderClassName
 {
   color: #714D7C;
 }
 .AnyTagClassName
 {
   color: #714D7C;
 }
</style>

background-color css

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

 a { background-color: rgb(113,77,124); }

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

border-color css

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

 span { border-color: rgb(113,77,124); }

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