Html Css Color HEX #714486 Affair

📋 copy color: '#714486'

red 113 ◦ green 68 ◦ blue 134

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

Shades of Affair #714486

Tints of Affair #714486

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.59%

 BLUE value IS 134 (52.73% from 255) = 42.54%

R = 35.87%
G = 21.59%
B = 42.54%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#714486 (or 0x714486) is known color: Affair. HEX triplet: 71, 44 and 86. RGB value is (113,68,134). Sum of RGB (Red+Green+Blue) = 113+68+134=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 134 (52.73% from 255 or 42.54% from 315); Max value from RGB is 134 - color contains mainly: blue. Hex color #714486 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714486 is #8EBB79. Grayscale: #585858. Windows color (decimal): -9354106 or 8799345. OLE color: 8799345.

HSL color Cylindrical-coordinate representation of color #714486: hue angle of 280.91º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #714486 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 68 134 -
CMYK 0.16 0.49 0 0.47
HSL 280.91º 0.33% 0.4% -
HSV(B) 280.91º 0.49% 0.53% -
XYZ 13.18 9.37 23.67 -
YUV 88.98 153.41 145.13 -
System Red Green Blue C M Y K H S L
Decimal 113 68 134 0.16 0.49 0 0.47 280.91 0.33 0.4
Hex 71 44 86 10 31 0 2F 119 21 28
Octal 161 104 206 20 61 0 57 431 41 50
Binary 1110001 1000100 10000110 10000 110001 0 101111 100011001 100001 101000

Color Harmonies of #714486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714486

Black with #714486

Text Example


Text Example

White with #714486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714486; }

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

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

background-color css

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

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

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

border-color css

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

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

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