Html Css Color HEX #714D87 Affair

📋 copy color: '#714D87'

red 113 ◦ green 77 ◦ blue 135

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

Shades of Affair #714D87

Tints of Affair #714D87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 41.54%

R = 34.77%
G = 23.69%
B = 41.54%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#714D87 (or 0x714D87) is known color: Affair. HEX triplet: 71, 4D and 87. RGB value is (113,77,135). Sum of RGB (Red+Green+Blue) = 113+77+135=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 135 - color contains mainly: blue. Hex color #714D87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714D87 is #8EB278. Grayscale: #5E5E5E. Windows color (decimal): -9351801 or 8867185. OLE color: 8867185.

HSL color Cylindrical-coordinate representation of color #714D87: hue angle of 277.24º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #714D87 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 77 135 -
CMYK 0.16 0.43 0 0.47
HSL 277.24º 0.27% 0.42% -
HSV(B) 277.24º 0.43% 0.53% -
XYZ 13.84 10.57 24.23 -
YUV 94.38 150.93 141.28 -
System Red Green Blue C M Y K H S L
Decimal 113 77 135 0.16 0.43 0 0.47 277.24 0.27 0.42
Hex 71 4D 87 10 2B 0 2F 115 1B 2A
Octal 161 115 207 20 53 0 57 425 33 52
Binary 1110001 1001101 10000111 10000 101011 0 101111 100010101 11011 101010

Color Harmonies of #714D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714D87

Black with #714D87

Text Example


Text Example

White with #714D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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