Html Css Color HEX #714490 Affair

📋 copy color: '#714490'

red 113 ◦ green 68 ◦ blue 144

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

Shades of Affair #714490

Tints of Affair #714490

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.92%

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

R = 34.77%
G = 20.92%
B = 44.31%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#714490 (or 0x714490) is known color: Affair. HEX triplet: 71, 44 and 90. RGB value is (113,68,144). Sum of RGB (Red+Green+Blue) = 113+68+144=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #714490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714490 is #8EBB6F. Grayscale: #595959. Windows color (decimal): -9354096 or 9454705. OLE color: 9454705.

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

Color convert

RGB 113 68 144 -
CMYK 0.22 0.53 0 0.44
HSL 275.53º 0.36% 0.42% -
HSV(B) 275.53º 0.53% 0.56% -
XYZ 13.91 9.66 27.52 -
YUV 90.12 158.41 144.32 -
System Red Green Blue C M Y K H S L
Decimal 113 68 144 0.22 0.53 0 0.44 275.53 0.36 0.42
Hex 71 44 90 16 35 0 2C 114 24 2A
Octal 161 104 220 26 65 0 54 424 44 52
Binary 1110001 1000100 10010000 10110 110101 0 101100 100010100 100100 101010

Color Harmonies of #714490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714490

Black with #714490

Text Example


Text Example

White with #714490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714490; }

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

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

background-color css

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

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

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

border-color css

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

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

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