Html Css Color HEX #714983 Affair

📋 copy color: '#714983'

red 113 ◦ green 73 ◦ blue 131

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

Shades of Affair #714983

Tints of Affair #714983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 41.32%

R = 35.65%
G = 23.03%
B = 41.32%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#714983 (or 0x714983) is known color: Affair. HEX triplet: 71, 49 and 83. RGB value is (113,73,131). Sum of RGB (Red+Green+Blue) = 113+73+131=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 131 - color contains mainly: blue. Hex color #714983 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714983 is #8EB67C. Grayscale: #5B5B5B. Windows color (decimal): -9352829 or 8604017. OLE color: 8604017.

HSL color Cylindrical-coordinate representation of color #714983: hue angle of 281.38º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #714983 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 73 131 -
CMYK 0.14 0.44 0 0.49
HSL 281.38º 0.28% 0.4% -
HSV(B) 281.38º 0.44% 0.51% -
XYZ 13.29 9.91 22.69 -
YUV 91.57 150.25 143.28 -
System Red Green Blue C M Y K H S L
Decimal 113 73 131 0.14 0.44 0 0.49 281.38 0.28 0.4
Hex 71 49 83 E 2C 0 31 119 1C 28
Octal 161 111 203 16 54 0 61 431 34 50
Binary 1110001 1001001 10000011 1110 101100 0 110001 100011001 11100 101000

Color Harmonies of #714983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714983

Black with #714983

Text Example


Text Example

White with #714983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714983; }

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

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

background-color css

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

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

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

border-color css

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

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

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