Html Css Color HEX #714787 Affair

📋 copy color: '#714787'

red 113 ◦ green 71 ◦ blue 135

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

Shades of Affair #714787

Tints of Affair #714787

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.26%

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

R = 35.42%
G = 22.26%
B = 42.32%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#714787 (or 0x714787) is known color: Affair. HEX triplet: 71, 47 and 87. RGB value is (113,71,135). Sum of RGB (Red+Green+Blue) = 113+71+135=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 135 (53.12% from 255 or 42.32% from 319); Max value from RGB is 135 - color contains mainly: blue. Hex color #714787 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714787 is #8EB878. Grayscale: #5A5A5A. Windows color (decimal): -9353337 or 8865649. OLE color: 8865649.

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

Color convert

RGB 113 71 135 -
CMYK 0.16 0.47 0 0.47
HSL 279.38º 0.31% 0.4% -
HSV(B) 279.38º 0.47% 0.53% -
XYZ 13.44 9.77 24.1 -
YUV 90.85 152.91 143.8 -
System Red Green Blue C M Y K H S L
Decimal 113 71 135 0.16 0.47 0 0.47 279.38 0.31 0.4
Hex 71 47 87 10 2F 0 2F 117 1F 28
Octal 161 107 207 20 57 0 57 427 37 50
Binary 1110001 1000111 10000111 10000 101111 0 101111 100010111 11111 101000

Color Harmonies of #714787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714787

Black with #714787

Text Example


Text Example

White with #714787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714787; }

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

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

background-color css

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

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

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

border-color css

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

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

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