Html Css Color HEX #714686 Affair

📋 copy color: '#714686'

red 113 ◦ green 70 ◦ blue 134

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

Shades of Affair #714686

Tints of Affair #714686

RGB

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

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

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

R = 35.65%
G = 22.08%
B = 42.27%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#714686 (or 0x714686) is known color: Affair. HEX triplet: 71, 46 and 86. RGB value is (113,70,134). Sum of RGB (Red+Green+Blue) = 113+70+134=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 134 - color contains mainly: blue. Hex color #714686 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714686 is #8EB979. Grayscale: #595959. Windows color (decimal): -9353594 or 8799857. OLE color: 8799857.

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

Color convert

RGB 113 70 134 -
CMYK 0.16 0.48 0 0.47
HSL 280.31º 0.31% 0.4% -
HSV(B) 280.31º 0.48% 0.53% -
XYZ 13.3 9.61 23.71 -
YUV 90.15 152.75 144.3 -
System Red Green Blue C M Y K H S L
Decimal 113 70 134 0.16 0.48 0 0.47 280.31 0.31 0.4
Hex 71 46 86 10 30 0 2F 118 1F 28
Octal 161 106 206 20 60 0 57 430 37 50
Binary 1110001 1000110 10000110 10000 110000 0 101111 100011000 11111 101000

Color Harmonies of #714686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714686

Black with #714686

Text Example


Text Example

White with #714686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714686; }

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

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

background-color css

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

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

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

border-color css

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

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

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