#714885

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

Shades of Affair #714885

Tints of Affair #714885

Color information

#714885 (or 0x714885) is unknown color: approx Affair. HEX triplet: 71, 48 and 85. RGB value is (113,72,133). Sum of RGB (Red+Green+Blue) = 113+72+133=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 133 - color contains mainly: blue. Hex color #714885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714885 is #8EB77A. Grayscale: #5B5B5B. Windows color (decimal): -9353083 or 8734833. OLE color: 8734833.

HSL color Cylindrical-coordinate representation of color #714885: hue angle of 280.33º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #714885 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11372133-
CMYK0.150.4600.48
HSL280.33º29.76%40.2%-
HSV(B)280.33º45.86%52.16%-
XYZ13.369.8423.39-
YUV91.21151.58143.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.53%
GREEN value IS 72 (28.52% from 255) = 22.64%
BLUE value IS 133 (52.34% from 255) = 41.82%
R=35.53%
G=22.64%
B=41.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113721330.150.4600.48280.3329.7640.2
Hex714885F2E0301181e28
Octal16111020517560604303650
Binary11100011001000100001011111101110011000010001100011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714885; }

 p { color: rgb(113,72,133); }

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

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

 a { background-color: rgb(113,72,133); }

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

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

 span { border-color: rgb(113,72,133); }

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