Html Css Color HEX #71418D Affair

📋 copy color: '#71418D'

red 113 ◦ green 65 ◦ blue 141

#71418D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Affair #71418D

Tints of Affair #71418D

RGB

 RED value IS 113 (44.53% from 255) = 35.42%

 GREEN value IS 65 (25.78% from 255) = 20.38%

 BLUE value IS 141 (55.47% from 255) = 44.2%

R = 35.42%
G = 20.38%
B = 44.2%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#71418D (or 0x71418D) is known color: Affair. HEX triplet: 71, 41 and 8D. RGB value is (113,65,141). Sum of RGB (Red+Green+Blue) = 113+65+141=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 141 - color contains mainly: blue. Hex color #71418D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71418D is #8EBE72. Grayscale: #575757. Windows color (decimal): -9354867 or 9257329. OLE color: 9257329.

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

Color convert

RGB 113 65 141 -
CMYK 0.20 0.54 0 0.45
HSL 277.89º 0.37% 0.4% -
HSV(B) 277.89º 0.54% 0.55% -
XYZ 13.51 9.21 26.27 -
YUV 88.02 157.9 145.82 -
System Red Green Blue C M Y K H S L
Decimal 113 65 141 0.20 0.54 0 0.45 277.89 0.37 0.4
Hex 71 41 8D 14 36 0 2D 116 25 28
Octal 161 101 215 24 66 0 55 426 45 50
Binary 1110001 1000001 10001101 10100 110110 0 101101 100010110 100101 101000

Color Harmonies of #71418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71418D

Black with #71418D

Text Example


Text Example

White with #71418D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #71418D;
 }
 .AnyTagClassName
 {
   color: #71418D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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