#714482

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

Shades of Affair #714482

Tints of Affair #714482

Color information

#714482 (or 0x714482) is unknown color: approx Affair. HEX triplet: 71, 44 and 82. RGB value is (113,68,130). Sum of RGB (Red+Green+Blue) = 113+68+130=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 130 - color contains mainly: blue. Hex color #714482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714482 is #8EBB7D. Grayscale: #585858. Windows color (decimal): -9354110 or 8537201. OLE color: 8537201.

HSL color Cylindrical-coordinate representation of color #714482: hue angle of 283.55º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #714482 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11368130-
CMYK0.130.4800.49
HSL283.55º31.31%38.82%-
HSV(B)283.55º47.69%50.98%-
XYZ12.919.2622.23-
YUV88.52151.41145.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.33%
GREEN value IS 68 (26.95% from 255) = 21.86%
BLUE value IS 130 (51.17% from 255) = 41.80%
R=36.33%
G=21.86%
B=41.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113681300.130.4800.49283.5531.3138.82
Hex714482D3003111c1f27
Octal16110420215600614343747
Binary11100011000100100000101101110000011000110001110011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714482; }

 p { color: rgb(113,68,130); }

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

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

 a { background-color: rgb(113,68,130); }

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

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

 span { border-color: rgb(113,68,130); }

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