#71458D

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

Shades of Affair #71458D

Tints of Affair #71458D

Color information

#71458D (or 0x71458D) is unknown color: approx Affair. HEX triplet: 71, 45 and 8D. RGB value is (113,69,141). Sum of RGB (Red+Green+Blue) = 113+69+141=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 141 - color contains mainly: blue. Hex color #71458D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71458D is #8EBA72. Grayscale: #5A5A5A. Windows color (decimal): -9353843 or 9258353. OLE color: 9258353.

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

Color convert

RGB11369141-
CMYK0.200.5100.45
HSL276.67º34.29%41.18%-
HSV(B)276.67º51.06%55.29%-
XYZ13.759.6926.35-
YUV90.36156.58144.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.98%
GREEN value IS 69 (27.34% from 255) = 21.36%
BLUE value IS 141 (55.47% from 255) = 43.65%
R=34.98%
G=21.36%
B=43.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113691410.200.5100.45276.6734.2941.18
Hex71458D143302D1152229
Octal16110521524630554254251
Binary1110001100010110001101101001100110101101100010101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71458D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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