#71528D

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

Shades of Affair #71528D

Tints of Affair #71528D

Color information

#71528D (or 0x71528D) is unknown color: approx Affair. HEX triplet: 71, 52 and 8D. RGB value is (113,82,141). Sum of RGB (Red+Green+Blue) = 113+82+141=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 141 - color contains mainly: blue. Hex color #71528D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71528D is #8EAD72. Grayscale: #616161. Windows color (decimal): -9350515 or 9261681. OLE color: 9261681.

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

Color convert

RGB11382141-
CMYK0.200.4200.45
HSL271.53º26.46%43.73%-
HSV(B)271.53º41.84%55.29%-
XYZ14.6411.4726.64-
YUV97.99152.27138.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.63%
GREEN value IS 82 (32.42% from 255) = 24.40%
BLUE value IS 141 (55.47% from 255) = 41.96%
R=33.63%
G=24.40%
B=41.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113821410.200.4200.45271.5326.4643.73
Hex71528D142A02D1101a2c
Octal16112221524520554203254
Binary111000110100101000110110100101010010110110001000011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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