#714F8D

Color #714F8D Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #714F8D

Tints of Affair #714F8D

Color information

#714F8D (or 0x714F8D) is unknown color: approx Affair. HEX triplet: 71, 4F and 8D. RGB value is (113,79,141). Sum of RGB (Red+Green+Blue) = 113+79+141=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 141 - color contains mainly: blue. Hex color #714F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714F8D is #8EB072. Grayscale: #606060. Windows color (decimal): -9351283 or 9260913. OLE color: 9260913.

HSL color Cylindrical-coordinate representation of color #714F8D: hue angle of 272.9º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #714F8D is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11379141-
CMYK0.200.4400.45
HSL272.9º28.18%43.14%-
HSV(B)272.9º43.97%55.29%-
XYZ14.4111.0326.57-
YUV96.23153.26139.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.93%
GREEN value IS 79 (31.25% from 255) = 23.72%
BLUE value IS 141 (55.47% from 255) = 42.34%
R=33.93%
G=23.72%
B=42.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113791410.200.4400.45272.928.1843.14
Hex714F8D142C02D1111c2b
Octal16111721524540554213453
Binary111000110011111000110110100101100010110110001000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #714F8D;
 }
 .AnyTagClassName
 {
   color: #714F8D;
 }
</style>
background-color css

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

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

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

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

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

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