Html Css Color HEX #714887 Affair

📋 copy color: '#714887'

red 113 ◦ green 72 ◦ blue 135

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

Shades of Affair #714887

Tints of Affair #714887

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.5%

 BLUE value IS 135 (53.13% from 255) = 42.19%

R = 35.31%
G = 22.5%
B = 42.19%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#714887 (or 0x714887) is known color: Affair. HEX triplet: 71, 48 and 87. RGB value is (113,72,135). Sum of RGB (Red+Green+Blue) = 113+72+135=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 135 - color contains mainly: blue. Hex color #714887 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714887 is #8EB778. Grayscale: #5B5B5B. Windows color (decimal): -9353081 or 8865905. OLE color: 8865905.

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

Color convert

RGB 113 72 135 -
CMYK 0.16 0.47 0 0.47
HSL 279.05º 0.3% 0.41% -
HSV(B) 279.05º 0.47% 0.53% -
XYZ 13.5 9.89 24.12 -
YUV 91.44 152.58 143.38 -
System Red Green Blue C M Y K H S L
Decimal 113 72 135 0.16 0.47 0 0.47 279.05 0.3 0.41
Hex 71 48 87 10 2F 0 2F 117 1E 29
Octal 161 110 207 20 57 0 57 427 36 51
Binary 1110001 1001000 10000111 10000 101111 0 101111 100010111 11110 101001

Color Harmonies of #714887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714887

Black with #714887

Text Example


Text Example

White with #714887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714887; }

 p { color: rgb(113,72,135); }

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

background-color css

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

 a { background-color: rgb(113,72,135); }

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

border-color css

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

 span { border-color: rgb(113,72,135); }

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