#714380

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

Shades of Affair #714380

Tints of Affair #714380

Color information

#714380 (or 0x714380) is unknown color: approx Affair. HEX triplet: 71, 43 and 80. RGB value is (113,67,128). Sum of RGB (Red+Green+Blue) = 113+67+128=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 128 - color contains mainly: blue. Hex color #714380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714380 is #8EBC7F. Grayscale: #575757. Windows color (decimal): -9354368 or 8405873. OLE color: 8405873.

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

Color convert

RGB11367128-
CMYK0.120.4800.50
HSL285.25º31.28%38.24%-
HSV(B)285.25º47.66%50.2%-
XYZ12.719.0821.51-
YUV87.71150.74146.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.69%
GREEN value IS 67 (26.56% from 255) = 21.75%
BLUE value IS 128 (50.39% from 255) = 41.56%
R=36.69%
G=21.75%
B=41.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal113671280.120.4800.50285.2531.2838.24
Hex714380C3003211d1f26
Octal16110320014600624353746
Binary11100011000011100000001100110000011001010001110111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714380; }

 p { color: rgb(113,67,128); }

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

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

 a { background-color: rgb(113,67,128); }

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

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

 span { border-color: rgb(113,67,128); }

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