#71418A

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

Shades of Affair #71418A

Tints of Affair #71418A

Color information

#71418A (or 0x71418A) is unknown color: approx Affair. HEX triplet: 71, 41 and 8A. RGB value is (113,65,138). Sum of RGB (Red+Green+Blue) = 113+65+138=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 138 - color contains mainly: blue. Hex color #71418A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71418A is #8EBE75. Grayscale: #575757. Windows color (decimal): -9354870 or 9060721. OLE color: 9060721.

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

Color convert

RGB11365138-
CMYK0.180.5300.46
HSL279.45º35.96%39.8%-
HSV(B)279.45º52.9%54.12%-
XYZ13.299.1325.11-
YUV87.67156.4146.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.76%
GREEN value IS 65 (25.78% from 255) = 20.57%
BLUE value IS 138 (54.30% from 255) = 43.67%
R=35.76%
G=20.57%
B=43.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal113651380.180.5300.46279.4535.9639.8
Hex71418A123502E1172428
Octal16110121222650564274450
Binary1110001100000110001010100101101010101110100010111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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