Html Css Color HEX #714791 Affair

📋 copy color: '#714791'

red 113 ◦ green 71 ◦ blue 145

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

Shades of Affair #714791

Tints of Affair #714791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.07%

R = 34.35%
G = 21.58%
B = 44.07%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#714791 (or 0x714791) is known color: Affair. HEX triplet: 71, 47 and 91. RGB value is (113,71,145). Sum of RGB (Red+Green+Blue) = 113+71+145=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 145 - color contains mainly: blue. Hex color #714791 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714791 is #8EB86E. Grayscale: #5B5B5B. Windows color (decimal): -9353327 or 9521009. OLE color: 9521009.

HSL color Cylindrical-coordinate representation of color #714791: hue angle of 274.05º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #714791 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 71 145 -
CMYK 0.22 0.51 0 0.43
HSL 274.05º 0.34% 0.42% -
HSV(B) 274.05º 0.51% 0.57% -
XYZ 14.17 10.06 27.98 -
YUV 91.99 157.91 142.98 -
System Red Green Blue C M Y K H S L
Decimal 113 71 145 0.22 0.51 0 0.43 274.05 0.34 0.42
Hex 71 47 91 16 33 0 2B 112 22 2A
Octal 161 107 221 26 63 0 53 422 42 52
Binary 1110001 1000111 10010001 10110 110011 0 101011 100010010 100010 101010

Color Harmonies of #714791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714791

Black with #714791

Text Example


Text Example

White with #714791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714791; }

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

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

background-color css

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

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

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

border-color css

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

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

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