Html Css Color HEX #714A8D Affair

📋 copy color: '#714A8D'

red 113 ◦ green 74 ◦ blue 141

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

Shades of Affair #714A8D

Tints of Affair #714A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.99%

R = 34.45%
G = 22.56%
B = 42.99%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#714A8D (or 0x714A8D) is known color: Affair. HEX triplet: 71, 4A and 8D. RGB value is (113,74,141). Sum of RGB (Red+Green+Blue) = 113+74+141=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 141 - color contains mainly: blue. Hex color #714A8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714A8D is #8EB572. Grayscale: #5D5D5D. Windows color (decimal): -9352563 or 9259633. OLE color: 9259633.

HSL color Cylindrical-coordinate representation of color #714A8D: hue angle of 274.93º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #714A8D is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 74 141 -
CMYK 0.20 0.48 0 0.45
HSL 274.93º 0.31% 0.42% -
HSV(B) 274.93º 0.48% 0.55% -
XYZ 14.07 10.33 26.45 -
YUV 93.3 154.92 142.05 -
System Red Green Blue C M Y K H S L
Decimal 113 74 141 0.20 0.48 0 0.45 274.93 0.31 0.42
Hex 71 4A 8D 14 30 0 2D 113 1F 2A
Octal 161 112 215 24 60 0 55 423 37 52
Binary 1110001 1001010 10001101 10100 110000 0 101101 100010011 11111 101010

Color Harmonies of #714A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714A8D

Black with #714A8D

Text Example


Text Example

White with #714A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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