#71458A

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

Shades of Affair #71458A

Tints of Affair #71458A

Color information

#71458A (or 0x71458A) is unknown color: approx Affair. HEX triplet: 71, 45 and 8A. RGB value is (113,69,138). Sum of RGB (Red+Green+Blue) = 113+69+138=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 138 - color contains mainly: blue. Hex color #71458A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71458A is #8EBA75. Grayscale: #595959. Windows color (decimal): -9353846 or 9061745. OLE color: 9061745.

HSL color Cylindrical-coordinate representation of color #71458A: hue angle of 278.26º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71458A is Cyan = 0.18, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11369138-
CMYK0.180.500.46
HSL278.26º33.33%40.59%-
HSV(B)278.26º50%54.12%-
XYZ13.539.625.19-
YUV90.02155.08144.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.31%
GREEN value IS 69 (27.34% from 255) = 21.56%
BLUE value IS 138 (54.30% from 255) = 43.12%
R=35.31%
G=21.56%
B=43.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal113691380.180.500.46278.2633.3340.59
Hex71458A123202E1162129
Octal16110521222620564264151
Binary1110001100010110001010100101100100101110100010110100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71458A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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