Html Css Color HEX #70498A Affair

📋 copy color: '#70498A'

red 112 ◦ green 73 ◦ blue 138

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

Shades of Affair #70498A

Tints of Affair #70498A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.72%

R = 34.67%
G = 22.6%
B = 42.72%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#70498A (or 0x70498A) is known color: Affair. HEX triplet: 70, 49 and 8A. RGB value is (112,73,138). Sum of RGB (Red+Green+Blue) = 112+73+138=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 138 - color contains mainly: blue. Hex color #70498A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70498A is #8FB675. Grayscale: #5B5B5B. Windows color (decimal): -9418358 or 9062768. OLE color: 9062768.

HSL color Cylindrical-coordinate representation of color #70498A: hue angle of 276º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70498A is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 73 138 -
CMYK 0.19 0.47 0 0.46
HSL 276º 0.31% 0.41% -
HSV(B) 276º 0.47% 0.54% -
XYZ 13.65 10.04 25.26 -
YUV 92.07 153.92 142.21 -
System Red Green Blue C M Y K H S L
Decimal 112 73 138 0.19 0.47 0 0.46 276 0.31 0.41
Hex 70 49 8A 13 2F 0 2E 114 1F 29
Octal 160 111 212 23 57 0 56 424 37 51
Binary 1110000 1001001 10001010 10011 101111 0 101110 100010100 11111 101001

Color Harmonies of #70498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70498A

Black with #70498A

Text Example


Text Example

White with #70498A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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