#714483

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

Shades of Affair #714483

Tints of Affair #714483

Color information

#714483 (or 0x714483) is unknown color: approx Affair. HEX triplet: 71, 44 and 83. RGB value is (113,68,131). Sum of RGB (Red+Green+Blue) = 113+68+131=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 131 (51.56% from 255 or 41.99% from 312); Max value from RGB is 131 - color contains mainly: blue. Hex color #714483 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714483 is #8EBB7C. Grayscale: #585858. Windows color (decimal): -9354109 or 8602737. OLE color: 8602737.

HSL color Cylindrical-coordinate representation of color #714483: hue angle of 282.86º degrees, saturation: 0.32, 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 #714483 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11368131-
CMYK0.140.4800.49
HSL282.86º31.66%39.02%-
HSV(B)282.86º48.09%51.37%-
XYZ12.979.2822.58-
YUV88.64151.91145.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.22%
GREEN value IS 68 (26.95% from 255) = 21.79%
BLUE value IS 131 (51.56% from 255) = 41.99%
R=36.22%
G=21.79%
B=41.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113681310.140.4800.49282.8631.6639.02
Hex714483E3003111b2027
Octal16110420316600614334047
Binary111000110001001000001111101100000110001100011011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714483; }

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

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

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

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

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

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

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

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