Html Css Color HEX #70498E Affair

📋 copy color: '#70498E'

red 112 ◦ green 73 ◦ blue 142

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

Shades of Affair #70498E

Tints of Affair #70498E

RGB

 RED value IS 112 (44.14% from 255) = 34.25%

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

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

R = 34.25%
G = 22.32%
B = 43.43%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#70498E (or 0x70498E) is known color: Affair. HEX triplet: 70, 49 and 8E. RGB value is (112,73,142). Sum of RGB (Red+Green+Blue) = 112+73+142=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 142 - color contains mainly: blue. Hex color #70498E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70498E is #8FB671. Grayscale: #5C5C5C. Windows color (decimal): -9418354 or 9324912. OLE color: 9324912.

HSL color Cylindrical-coordinate representation of color #70498E: hue angle of 273.91º 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 #70498E is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 73 142 -
CMYK 0.21 0.49 0 0.44
HSL 273.91º 0.32% 0.42% -
HSV(B) 273.91º 0.49% 0.56% -
XYZ 13.95 10.16 26.82 -
YUV 92.53 155.92 141.89 -
System Red Green Blue C M Y K H S L
Decimal 112 73 142 0.21 0.49 0 0.44 273.91 0.32 0.42
Hex 70 49 8E 15 31 0 2C 112 20 2A
Octal 160 111 216 25 61 0 54 422 40 52
Binary 1110000 1001001 10001110 10101 110001 0 101100 100010010 100000 101010

Color Harmonies of #70498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70498E

Black with #70498E

Text Example


Text Example

White with #70498E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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