#714188

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

Shades of Affair #714188

Tints of Affair #714188

Color information

#714188 (or 0x714188) is unknown color: approx Affair. HEX triplet: 71, 41 and 88. RGB value is (113,65,136). Sum of RGB (Red+Green+Blue) = 113+65+136=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 136 - color contains mainly: blue. Hex color #714188 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714188 is #8EBE77. Grayscale: #575757. Windows color (decimal): -9354872 or 8929649. OLE color: 8929649.

HSL color Cylindrical-coordinate representation of color #714188: hue angle of 280.56º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #714188 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11365136-
CMYK0.170.5200.47
HSL280.56º35.32%39.41%-
HSV(B)280.56º52.21%53.33%-
XYZ13.149.0724.35-
YUV87.45155.4146.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.99%
GREEN value IS 65 (25.78% from 255) = 20.70%
BLUE value IS 136 (53.52% from 255) = 43.31%
R=35.99%
G=20.70%
B=43.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113651360.170.5200.47280.5635.3239.41
Hex714188113402F1192327
Octal16110121021640574314347
Binary1110001100000110001000100011101000101111100011001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714188; }

 p { color: rgb(113,65,136); }

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

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

 a { background-color: rgb(113,65,136); }

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

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

 span { border-color: rgb(113,65,136); }

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