Html Css Color HEX #714987 Affair

📋 copy color: '#714987'

red 113 ◦ green 73 ◦ blue 135

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

Shades of Affair #714987

Tints of Affair #714987

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.74%

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

R = 35.2%
G = 22.74%
B = 42.06%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#714987 (or 0x714987) is known color: Affair. HEX triplet: 71, 49 and 87. RGB value is (113,73,135). Sum of RGB (Red+Green+Blue) = 113+73+135=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 135 - color contains mainly: blue. Hex color #714987 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714987 is #8EB678. Grayscale: #5B5B5B. Windows color (decimal): -9352825 or 8866161. OLE color: 8866161.

HSL color Cylindrical-coordinate representation of color #714987: hue angle of 278.71º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #714987 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 73 135 -
CMYK 0.16 0.46 0 0.47
HSL 278.71º 0.3% 0.41% -
HSV(B) 278.71º 0.46% 0.53% -
XYZ 13.57 10.03 24.14 -
YUV 92.03 152.25 142.96 -
System Red Green Blue C M Y K H S L
Decimal 113 73 135 0.16 0.46 0 0.47 278.71 0.3 0.41
Hex 71 49 87 10 2E 0 2F 117 1E 29
Octal 161 111 207 20 56 0 57 427 36 51
Binary 1110001 1001001 10000111 10000 101110 0 101111 100010111 11110 101001

Color Harmonies of #714987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714987

Black with #714987

Text Example


Text Example

White with #714987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714987; }

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

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

background-color css

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

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

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

border-color css

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

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

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