Html Css Color HEX #714980 Affair

📋 copy color: '#714980'

red 113 ◦ green 73 ◦ blue 128

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

Shades of Affair #714980

Tints of Affair #714980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40.76%

R = 35.99%
G = 23.25%
B = 40.76%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#714980 (or 0x714980) is known color: Affair. HEX triplet: 71, 49 and 80. RGB value is (113,73,128). Sum of RGB (Red+Green+Blue) = 113+73+128=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 128 - color contains mainly: blue. Hex color #714980 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714980 is #8EB67F. Grayscale: #5B5B5B. Windows color (decimal): -9352832 or 8407409. OLE color: 8407409.

HSL color Cylindrical-coordinate representation of color #714980: hue angle of 283.64º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #714980 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 73 128 -
CMYK 0.12 0.43 0 0.50
HSL 283.64º 0.27% 0.39% -
HSV(B) 283.64º 0.43% 0.5% -
XYZ 13.09 9.83 21.63 -
YUV 91.23 148.75 143.53 -
System Red Green Blue C M Y K H S L
Decimal 113 73 128 0.12 0.43 0 0.50 283.64 0.27 0.39
Hex 71 49 80 C 2B 0 32 11C 1B 27
Octal 161 111 200 14 53 0 62 434 33 47
Binary 1110001 1001001 10000000 1100 101011 0 110010 100011100 11011 100111

Color Harmonies of #714980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714980

Black with #714980

Text Example


Text Example

White with #714980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714980; }

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

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

background-color css

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

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

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

border-color css

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

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

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