Html Css Color HEX #714989 Affair

📋 copy color: '#714989'

red 113 ◦ green 73 ◦ blue 137

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

Shades of Affair #714989

Tints of Affair #714989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 42.41%

R = 34.98%
G = 22.6%
B = 42.41%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#714989 (or 0x714989) is known color: Affair. HEX triplet: 71, 49 and 89. RGB value is (113,73,137). Sum of RGB (Red+Green+Blue) = 113+73+137=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 137 - color contains mainly: blue. Hex color #714989 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714989 is #8EB676. Grayscale: #5C5C5C. Windows color (decimal): -9352823 or 8997233. OLE color: 8997233.

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

Color convert

RGB 113 73 137 -
CMYK 0.18 0.47 0 0.46
HSL 277.5º 0.3% 0.41% -
HSV(B) 277.5º 0.47% 0.54% -
XYZ 13.71 10.08 24.89 -
YUV 92.26 153.25 142.8 -
System Red Green Blue C M Y K H S L
Decimal 113 73 137 0.18 0.47 0 0.46 277.5 0.3 0.41
Hex 71 49 89 12 2F 0 2E 116 1E 29
Octal 161 111 211 22 57 0 56 426 36 51
Binary 1110001 1001001 10001001 10010 101111 0 101110 100010110 11110 101001

Color Harmonies of #714989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714989

Black with #714989

Text Example


Text Example

White with #714989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714989; }

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

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

background-color css

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

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

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

border-color css

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

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

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