Html Css Color HEX #71498E Affair

📋 copy color: '#71498E'

red 113 ◦ green 73 ◦ blue 142

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

Shades of Affair #71498E

Tints of Affair #71498E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.26%

 BLUE value IS 142 (55.86% from 255) = 43.29%

R = 34.45%
G = 22.26%
B = 43.29%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#71498E (or 0x71498E) is known color: Affair. HEX triplet: 71, 49 and 8E. RGB value is (113,73,142). Sum of RGB (Red+Green+Blue) = 113+73+142=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 142 - color contains mainly: blue. Hex color #71498E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71498E is #8EB671. Grayscale: #5C5C5C. Windows color (decimal): -9352818 or 9324913. OLE color: 9324913.

HSL color Cylindrical-coordinate representation of color #71498E: hue angle of 274.78º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71498E is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 73 142 -
CMYK 0.20 0.49 0 0.44
HSL 274.78º 0.32% 0.42% -
HSV(B) 274.78º 0.49% 0.56% -
XYZ 14.08 10.23 26.82 -
YUV 92.83 155.75 142.39 -
System Red Green Blue C M Y K H S L
Decimal 113 73 142 0.20 0.49 0 0.44 274.78 0.32 0.42
Hex 71 49 8E 14 31 0 2C 113 20 2A
Octal 161 111 216 24 61 0 54 423 40 52
Binary 1110001 1001001 10001110 10100 110001 0 101100 100010011 100000 101010

Color Harmonies of #71498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71498E

Black with #71498E

Text Example


Text Example

White with #71498E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71498E; }

 p { color: rgb(113,73,142); }

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

background-color css

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

 a { background-color: rgb(113,73,142); }

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

border-color css

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

 span { border-color: rgb(113,73,142); }

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