Html Css Color HEX #714988 Affair

📋 copy color: '#714988'

red 113 ◦ green 73 ◦ blue 136

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

Shades of Affair #714988

Tints of Affair #714988

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.67%

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

R = 35.09%
G = 22.67%
B = 42.24%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#714988 (or 0x714988) is known color: Affair. HEX triplet: 71, 49 and 88. RGB value is (113,73,136). Sum of RGB (Red+Green+Blue) = 113+73+136=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 136 - color contains mainly: blue. Hex color #714988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714988 is #8EB677. Grayscale: #5B5B5B. Windows color (decimal): -9352824 or 8931697. OLE color: 8931697.

HSL color Cylindrical-coordinate representation of color #714988: hue angle of 278.1º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #714988 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 73 136 -
CMYK 0.17 0.46 0 0.47
HSL 278.1º 0.3% 0.41% -
HSV(B) 278.1º 0.46% 0.53% -
XYZ 13.64 10.05 24.51 -
YUV 92.14 152.75 142.88 -
System Red Green Blue C M Y K H S L
Decimal 113 73 136 0.17 0.46 0 0.47 278.1 0.3 0.41
Hex 71 49 88 11 2E 0 2F 116 1E 29
Octal 161 111 210 21 56 0 57 426 36 51
Binary 1110001 1001001 10001000 10001 101110 0 101111 100010110 11110 101001

Color Harmonies of #714988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714988

Black with #714988

Text Example


Text Example

White with #714988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714988; }

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

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

background-color css

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

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

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

border-color css

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

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

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