Html Css Color HEX #714F7C Affair

📋 copy color: '#714F7C'

red 113 ◦ green 79 ◦ blue 124

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

Shades of Affair #714F7C

Tints of Affair #714F7C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25%

 BLUE value IS 124 (48.83% from 255) = 39.24%

R = 35.76%
G = 25%
B = 39.24%

CMYK

 C value IS 0.09

 M value IS 0.36

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#714F7C (or 0x714F7C) is known color: Affair. HEX triplet: 71, 4F and 7C. RGB value is (113,79,124). Sum of RGB (Red+Green+Blue) = 113+79+124=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 124 - color contains mainly: blue. Hex color #714F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714F7C is #8EB083. Grayscale: #5E5E5E. Windows color (decimal): -9351300 or 8146801. OLE color: 8146801.

HSL color Cylindrical-coordinate representation of color #714F7C: hue angle of 285.33º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #714F7C is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 79 124 -
CMYK 0.09 0.36 0 0.51
HSL 285.33º 0.22% 0.4% -
HSV(B) 285.33º 0.36% 0.49% -
XYZ 13.24 10.56 20.41 -
YUV 94.3 144.76 141.34 -
System Red Green Blue C M Y K H S L
Decimal 113 79 124 0.09 0.36 0 0.51 285.33 0.22 0.4
Hex 71 4F 7C 9 24 0 33 11D 16 28
Octal 161 117 174 11 44 0 63 435 26 50
Binary 1110001 1001111 1111100 1001 100100 0 110011 100011101 10110 101000

Color Harmonies of #714F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714F7C

Black with #714F7C

Text Example


Text Example

White with #714F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714F7C; }

 p { color: rgb(113,79,124); }

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

background-color css

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

 a { background-color: rgb(113,79,124); }

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

border-color css

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

 span { border-color: rgb(113,79,124); }

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