#71508D

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

Shades of Affair #71508D

Tints of Affair #71508D

Color information

#71508D (or 0x71508D) is unknown color: approx Affair. HEX triplet: 71, 50 and 8D. RGB value is (113,80,141). Sum of RGB (Red+Green+Blue) = 113+80+141=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 141 - color contains mainly: blue. Hex color #71508D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71508D is #8EAF72. Grayscale: #606060. Windows color (decimal): -9351027 or 9261169. OLE color: 9261169.

HSL color Cylindrical-coordinate representation of color #71508D: hue angle of 272.46º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #71508D is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11380141-
CMYK0.200.4300.45
HSL272.46º27.6%43.33%-
HSV(B)272.46º43.26%55.29%-
XYZ14.4911.1726.59-
YUV96.82152.93139.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.83%
GREEN value IS 80 (31.64% from 255) = 23.95%
BLUE value IS 141 (55.47% from 255) = 42.22%
R=33.83%
G=23.95%
B=42.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113801410.200.4300.45272.4627.643.33
Hex71508D142B02D1101c2b
Octal16112021524530554203453
Binary111000110100001000110110100101011010110110001000011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71508D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71508D; }

 p { color: rgb(113,80,141); }

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

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

 a { background-color: rgb(113,80,141); }

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

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

 span { border-color: rgb(113,80,141); }

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