Html Css Color HEX #71418C Affair

📋 copy color: '#71418C'

red 113 ◦ green 65 ◦ blue 140

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

Shades of Affair #71418C

Tints of Affair #71418C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.03%

R = 35.53%
G = 20.44%
B = 44.03%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#71418C (or 0x71418C) is known color: Affair. HEX triplet: 71, 41 and 8C. RGB value is (113,65,140). Sum of RGB (Red+Green+Blue) = 113+65+140=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 140 - color contains mainly: blue. Hex color #71418C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71418C is #8EBE73. Grayscale: #575757. Windows color (decimal): -9354868 or 9191793. OLE color: 9191793.

HSL color Cylindrical-coordinate representation of color #71418C: hue angle of 278.4º 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 #71418C is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 65 140 -
CMYK 0.19 0.54 0 0.45
HSL 278.4º 0.37% 0.4% -
HSV(B) 278.4º 0.54% 0.55% -
XYZ 13.43 9.18 25.88 -
YUV 87.9 157.4 145.9 -
System Red Green Blue C M Y K H S L
Decimal 113 65 140 0.19 0.54 0 0.45 278.4 0.37 0.4
Hex 71 41 8C 13 36 0 2D 116 25 28
Octal 161 101 214 23 66 0 55 426 45 50
Binary 1110001 1000001 10001100 10011 110110 0 101101 100010110 100101 101000

Color Harmonies of #71418C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71418C

Black with #71418C

Text Example


Text Example

White with #71418C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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