Html Css Color HEX #714688 Affair

📋 copy color: '#714688'

red 113 ◦ green 70 ◦ blue 136

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

Shades of Affair #714688

Tints of Affair #714688

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.94%

 BLUE value IS 136 (53.52% from 255) = 42.63%

R = 35.42%
G = 21.94%
B = 42.63%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#714688 (or 0x714688) is known color: Affair. HEX triplet: 71, 46 and 88. RGB value is (113,70,136). Sum of RGB (Red+Green+Blue) = 113+70+136=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 136 - color contains mainly: blue. Hex color #714688 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714688 is #8EB977. Grayscale: #5A5A5A. Windows color (decimal): -9353592 or 8930929. OLE color: 8930929.

HSL color Cylindrical-coordinate representation of color #714688: hue angle of 279.09º degrees, saturation: 0.32, 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 #714688 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 70 136 -
CMYK 0.17 0.49 0 0.47
HSL 279.09º 0.32% 0.4% -
HSV(B) 279.09º 0.49% 0.53% -
XYZ 13.44 9.67 24.45 -
YUV 90.38 153.75 144.13 -
System Red Green Blue C M Y K H S L
Decimal 113 70 136 0.17 0.49 0 0.47 279.09 0.32 0.4
Hex 71 46 88 11 31 0 2F 117 20 28
Octal 161 106 210 21 61 0 57 427 40 50
Binary 1110001 1000110 10001000 10001 110001 0 101111 100010111 100000 101000

Color Harmonies of #714688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714688

Black with #714688

Text Example


Text Example

White with #714688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714688; }

 p { color: rgb(113,70,136); }

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

background-color css

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

 a { background-color: rgb(113,70,136); }

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

border-color css

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

 span { border-color: rgb(113,70,136); }

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