Html Css Color HEX #714190 Affair

📋 copy color: '#714190'

red 113 ◦ green 65 ◦ blue 144

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

Shades of Affair #714190

Tints of Affair #714190

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.19%

 BLUE value IS 144 (56.64% from 255) = 44.72%

R = 35.09%
G = 20.19%
B = 44.72%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#714190 (or 0x714190) is known color: Affair. HEX triplet: 71, 41 and 90. RGB value is (113,65,144). Sum of RGB (Red+Green+Blue) = 113+65+144=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 144 - color contains mainly: blue. Hex color #714190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714190 is #8EBE6F. Grayscale: #585858. Windows color (decimal): -9354864 or 9453937. OLE color: 9453937.

HSL color Cylindrical-coordinate representation of color #714190: hue angle of 276.46º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #714190 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 65 144 -
CMYK 0.22 0.55 0 0.44
HSL 276.46º 0.38% 0.41% -
HSV(B) 276.46º 0.55% 0.56% -
XYZ 13.73 9.3 27.46 -
YUV 88.36 159.4 145.58 -
System Red Green Blue C M Y K H S L
Decimal 113 65 144 0.22 0.55 0 0.44 276.46 0.38 0.41
Hex 71 41 90 16 37 0 2C 114 26 29
Octal 161 101 220 26 67 0 54 424 46 51
Binary 1110001 1000001 10010000 10110 110111 0 101100 100010100 100110 101001

Color Harmonies of #714190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714190

Black with #714190

Text Example


Text Example

White with #714190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714190; }

 p { color: rgb(113,65,144); }

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

background-color css

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

 a { background-color: rgb(113,65,144); }

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

border-color css

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

 span { border-color: rgb(113,65,144); }

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