Html Css Color HEX #714689 Affair

📋 copy color: '#714689'

red 113 ◦ green 70 ◦ blue 137

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

Shades of Affair #714689

Tints of Affair #714689

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.88%

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

R = 35.31%
G = 21.88%
B = 42.81%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#714689 (or 0x714689) is known color: Affair. HEX triplet: 71, 46 and 89. RGB value is (113,70,137). Sum of RGB (Red+Green+Blue) = 113+70+137=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 137 (53.91% from 255 or 42.81% from 320); Max value from RGB is 137 - color contains mainly: blue. Hex color #714689 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714689 is #8EB976. Grayscale: #5A5A5A. Windows color (decimal): -9353591 or 8996465. OLE color: 8996465.

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

Color convert

RGB 113 70 137 -
CMYK 0.18 0.49 0 0.46
HSL 278.51º 0.32% 0.41% -
HSV(B) 278.51º 0.49% 0.54% -
XYZ 13.52 9.7 24.83 -
YUV 90.5 154.25 144.05 -
System Red Green Blue C M Y K H S L
Decimal 113 70 137 0.18 0.49 0 0.46 278.51 0.32 0.41
Hex 71 46 89 12 31 0 2E 117 20 29
Octal 161 106 211 22 61 0 56 427 40 51
Binary 1110001 1000110 10001001 10010 110001 0 101110 100010111 100000 101001

Color Harmonies of #714689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714689

Black with #714689

Text Example


Text Example

White with #714689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714689; }

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

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

background-color css

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

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

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

border-color css

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

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

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