Html Css Color HEX #714391 Affair

📋 copy color: '#714391'

red 113 ◦ green 67 ◦ blue 145

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

Shades of Affair #714391

Tints of Affair #714391

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.62%

 BLUE value IS 145 (57.03% from 255) = 44.62%

R = 34.77%
G = 20.62%
B = 44.62%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#714391 (or 0x714391) is known color: Affair. HEX triplet: 71, 43 and 91. RGB value is (113,67,145). Sum of RGB (Red+Green+Blue) = 113+67+145=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 145 - color contains mainly: blue. Hex color #714391 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714391 is #8EBC6E. Grayscale: #595959. Windows color (decimal): -9354351 or 9519985. OLE color: 9519985.

HSL color Cylindrical-coordinate representation of color #714391: hue angle of 275.38º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #714391 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 67 145 -
CMYK 0.22 0.54 0 0.43
HSL 275.38º 0.37% 0.42% -
HSV(B) 275.38º 0.54% 0.57% -
XYZ 13.93 9.57 27.9 -
YUV 89.65 159.24 144.66 -
System Red Green Blue C M Y K H S L
Decimal 113 67 145 0.22 0.54 0 0.43 275.38 0.37 0.42
Hex 71 43 91 16 36 0 2B 113 25 2A
Octal 161 103 221 26 66 0 53 423 45 52
Binary 1110001 1000011 10010001 10110 110110 0 101011 100010011 100101 101010

Color Harmonies of #714391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714391

Black with #714391

Text Example


Text Example

White with #714391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714391; }

 p { color: rgb(113,67,145); }

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

background-color css

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

 a { background-color: rgb(113,67,145); }

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

border-color css

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

 span { border-color: rgb(113,67,145); }

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