Html Css Color HEX #714880 Affair

📋 copy color: '#714880'

red 113 ◦ green 72 ◦ blue 128

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

Shades of Affair #714880

Tints of Affair #714880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40.89%

R = 36.1%
G = 23%
B = 40.89%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#714880 (or 0x714880) is known color: Affair. HEX triplet: 71, 48 and 80. RGB value is (113,72,128). Sum of RGB (Red+Green+Blue) = 113+72+128=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 128 - color contains mainly: blue. Hex color #714880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714880 is #8EB77F. Grayscale: #5A5A5A. Windows color (decimal): -9353088 or 8407153. OLE color: 8407153.

HSL color Cylindrical-coordinate representation of color #714880: hue angle of 283.93º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #714880 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 72 128 -
CMYK 0.12 0.44 0 0.50
HSL 283.93º 0.28% 0.39% -
HSV(B) 283.93º 0.44% 0.5% -
XYZ 13.02 9.7 21.61 -
YUV 90.64 149.08 143.95 -
System Red Green Blue C M Y K H S L
Decimal 113 72 128 0.12 0.44 0 0.50 283.93 0.28 0.39
Hex 71 48 80 C 2C 0 32 11C 1C 27
Octal 161 110 200 14 54 0 62 434 34 47
Binary 1110001 1001000 10000000 1100 101100 0 110010 100011100 11100 100111

Color Harmonies of #714880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714880

Black with #714880

Text Example


Text Example

White with #714880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714880; }

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

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

background-color css

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

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

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

border-color css

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

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

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