#714081

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

Shades of Affair #714081

Tints of Affair #714081

Color information

#714081 (or 0x714081) is unknown color: approx Affair. HEX triplet: 71, 40 and 81. RGB value is (113,64,129). Sum of RGB (Red+Green+Blue) = 113+64+129=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 129 - color contains mainly: blue. Hex color #714081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714081 is #8EBF7E. Grayscale: #555555. Windows color (decimal): -9355135 or 8470641. OLE color: 8470641.

HSL color Cylindrical-coordinate representation of color #714081: hue angle of 285.23º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #714081 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11364129-
CMYK0.120.5000.49
HSL285.23º33.68%37.84%-
HSV(B)285.23º50.39%50.59%-
XYZ12.618.7621.8-
YUV86.06152.23147.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.93%
GREEN value IS 64 (25.39% from 255) = 20.92%
BLUE value IS 129 (50.78% from 255) = 42.16%
R=36.93%
G=20.92%
B=42.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113641290.120.5000.49285.2333.6837.84
Hex714081C3203111d2226
Octal16110020114620614354246
Binary111000110000001000000111001100100110001100011101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714081; }

 p { color: rgb(113,64,129); }

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

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

 a { background-color: rgb(113,64,129); }

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

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

 span { border-color: rgb(113,64,129); }

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