Html Css Color HEX #714A88 Affair

📋 copy color: '#714A88'

red 113 ◦ green 74 ◦ blue 136

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

Shades of Affair #714A88

Tints of Affair #714A88

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.91%

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

R = 34.98%
G = 22.91%
B = 42.11%

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

#714A88 (or 0x714A88) is known color: Affair. HEX triplet: 71, 4A and 88. RGB value is (113,74,136). Sum of RGB (Red+Green+Blue) = 113+74+136=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 136 - color contains mainly: blue. Hex color #714A88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714A88 is #8EB577. Grayscale: #5C5C5C. Windows color (decimal): -9352568 or 8931953. OLE color: 8931953.

HSL color Cylindrical-coordinate representation of color #714A88: hue angle of 277.74º 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 #714A88 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 74 136 -
CMYK 0.17 0.46 0 0.47
HSL 277.74º 0.3% 0.41% -
HSV(B) 277.74º 0.46% 0.53% -
XYZ 13.7 10.19 24.54 -
YUV 92.73 152.42 142.46 -
System Red Green Blue C M Y K H S L
Decimal 113 74 136 0.17 0.46 0 0.47 277.74 0.3 0.41
Hex 71 4A 88 11 2E 0 2F 116 1E 29
Octal 161 112 210 21 56 0 57 426 36 51
Binary 1110001 1001010 10001000 10001 101110 0 101111 100010110 11110 101001

Color Harmonies of #714A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714A88

Black with #714A88

Text Example


Text Example

White with #714A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714A88; }

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

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

background-color css

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

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

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

border-color css

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

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

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