Html Css Color HEX #714986 Affair

📋 copy color: '#714986'

red 113 ◦ green 73 ◦ blue 134

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

Shades of Affair #714986

Tints of Affair #714986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 41.88%

R = 35.31%
G = 22.81%
B = 41.88%

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

#714986 (or 0x714986) is known color: Affair. HEX triplet: 71, 49 and 86. RGB value is (113,73,134). Sum of RGB (Red+Green+Blue) = 113+73+134=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 134 (52.73% from 255 or 41.88% from 320); Max value from RGB is 134 - color contains mainly: blue. Hex color #714986 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714986 is #8EB679. Grayscale: #5B5B5B. Windows color (decimal): -9352826 or 8800625. OLE color: 8800625.

HSL color Cylindrical-coordinate representation of color #714986: hue angle of 279.34º degrees, saturation: 0.29, 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 #714986 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 73 134 -
CMYK 0.16 0.46 0 0.47
HSL 279.34º 0.29% 0.41% -
HSV(B) 279.34º 0.46% 0.53% -
XYZ 13.5 10 23.77 -
YUV 91.91 151.75 143.04 -
System Red Green Blue C M Y K H S L
Decimal 113 73 134 0.16 0.46 0 0.47 279.34 0.29 0.41
Hex 71 49 86 10 2E 0 2F 117 1D 29
Octal 161 111 206 20 56 0 57 427 35 51
Binary 1110001 1001001 10000110 10000 101110 0 101111 100010111 11101 101001

Color Harmonies of #714986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714986

Black with #714986

Text Example


Text Example

White with #714986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714986; }

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

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

background-color css

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

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

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

border-color css

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

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

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