#714F8B

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

Shades of Affair #714F8B

Tints of Affair #714F8B

Color information

#714F8B (or 0x714F8B) is unknown color: approx Affair. HEX triplet: 71, 4F and 8B. RGB value is (113,79,139). Sum of RGB (Red+Green+Blue) = 113+79+139=331 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.14% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 139 - color contains mainly: blue. Hex color #714F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714F8B is #8EB074. Grayscale: #5F5F5F. Windows color (decimal): -9351285 or 9129841. OLE color: 9129841.

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

Color convert

RGB11379139-
CMYK0.190.4300.45
HSL274º27.52%42.75%-
HSV(B)274º43.17%54.51%-
XYZ14.2710.9725.79-
YUV96.01152.26140.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.14%
GREEN value IS 79 (31.25% from 255) = 23.87%
BLUE value IS 139 (54.69% from 255) = 41.99%
R=34.14%
G=23.87%
B=41.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113791390.190.4300.4527427.5242.75
Hex714F8B132B02D1121c2b
Octal16111721323530554223453
Binary111000110011111000101110011101011010110110001001011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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