Html Css Color HEX #714181 Affair

📋 copy color: '#714181'

red 113 ◦ green 65 ◦ blue 129

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

Shades of Affair #714181

Tints of Affair #714181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 42.02%

R = 36.81%
G = 21.17%
B = 42.02%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#714181 (or 0x714181) is known color: Affair. HEX triplet: 71, 41 and 81. RGB value is (113,65,129). Sum of RGB (Red+Green+Blue) = 113+65+129=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 129 (50.78% from 255 or 42.02% from 307); Max value from RGB is 129 - color contains mainly: blue. Hex color #714181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714181 is #8EBE7E. Grayscale: #565656. Windows color (decimal): -9354879 or 8470897. OLE color: 8470897.

HSL color Cylindrical-coordinate representation of color #714181: hue angle of 285º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #714181 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 65 129 -
CMYK 0.12 0.50 0 0.49
HSL 285º 0.33% 0.38% -
HSV(B) 285º 0.5% 0.51% -
XYZ 12.66 8.88 21.81 -
YUV 86.65 151.9 146.8 -
System Red Green Blue C M Y K H S L
Decimal 113 65 129 0.12 0.50 0 0.49 285 0.33 0.38
Hex 71 41 81 C 32 0 31 11D 21 26
Octal 161 101 201 14 62 0 61 435 41 46
Binary 1110001 1000001 10000001 1100 110010 0 110001 100011101 100001 100110

Color Harmonies of #714181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714181

Black with #714181

Text Example


Text Example

White with #714181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714181; }

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

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

background-color css

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

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

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

border-color css

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

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

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