#71448F

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

Shades of Affair #71448F

Tints of Affair #71448F

Color information

#71448F (or 0x71448F) is unknown color: approx Affair. HEX triplet: 71, 44 and 8F. RGB value is (113,68,143). Sum of RGB (Red+Green+Blue) = 113+68+143=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 143 (56.25% from 255 or 44.14% from 324); Max value from RGB is 143 - color contains mainly: blue. Hex color #71448F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71448F is #8EBB70. Grayscale: #595959. Windows color (decimal): -9354097 or 9389169. OLE color: 9389169.

HSL color Cylindrical-coordinate representation of color #71448F: hue angle of 276º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71448F is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11368143-
CMYK0.210.5200.44
HSL276º35.55%41.37%-
HSV(B)276º52.45%56.08%-
XYZ13.849.6327.12-
YUV90157.91144.4-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.88%
GREEN value IS 68 (26.95% from 255) = 20.99%
BLUE value IS 143 (56.25% from 255) = 44.14%
R=34.88%
G=20.99%
B=44.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113681430.210.5200.4427635.5541.37
Hex71448F153402C1142429
Octal16110421725640544244451
Binary1110001100010010001111101011101000101100100010100100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71448F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71448F; }

 p { color: rgb(113,68,143); }

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

<style>
 a { background-color: #71448F; }

 a { background-color: rgb(113,68,143); }

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

<style>
 span { border-color: #71448F; }

 span { border-color: rgb(113,68,143); }

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