#714385

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

Shades of Affair #714385

Tints of Affair #714385

Color information

#714385 (or 0x714385) is unknown color: approx Affair. HEX triplet: 71, 43 and 85. RGB value is (113,67,133). Sum of RGB (Red+Green+Blue) = 113+67+133=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 133 - color contains mainly: blue. Hex color #714385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714385 is #8EBC7A. Grayscale: #585858. Windows color (decimal): -9354363 or 8733553. OLE color: 8733553.

HSL color Cylindrical-coordinate representation of color #714385: hue angle of 281.82º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #714385 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11367133-
CMYK0.150.5000.48
HSL281.82º33%39.22%-
HSV(B)281.82º49.62%52.16%-
XYZ13.059.2223.28-
YUV88.28153.24145.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.10%
GREEN value IS 67 (26.56% from 255) = 21.41%
BLUE value IS 133 (52.34% from 255) = 42.49%
R=36.10%
G=21.41%
B=42.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113671330.150.5000.48281.823339.22
Hex714385F3203011a2127
Octal16110320517620604324147
Binary111000110000111000010111111100100110000100011010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714385; }

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

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

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

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

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

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

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

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