Html Css Color HEX #70428D Affair

📋 copy color: '#70428D'

red 112 ◦ green 66 ◦ blue 141

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

Shades of Affair #70428D

Tints of Affair #70428D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.69%

 BLUE value IS 141 (55.47% from 255) = 44.2%

R = 35.11%
G = 20.69%
B = 44.2%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70428D (or 0x70428D) is known color: Affair. HEX triplet: 70, 42 and 8D. RGB value is (112,66,141). Sum of RGB (Red+Green+Blue) = 112+66+141=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 141 - color contains mainly: blue. Hex color #70428D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70428D is #8FBD72. Grayscale: #585858. Windows color (decimal): -9420147 or 9257584. OLE color: 9257584.

HSL color Cylindrical-coordinate representation of color #70428D: hue angle of 276.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70428D is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 66 141 -
CMYK 0.21 0.53 0 0.45
HSL 276.8º 0.36% 0.41% -
HSV(B) 276.8º 0.53% 0.55% -
XYZ 13.44 9.26 26.28 -
YUV 88.3 157.74 144.9 -
System Red Green Blue C M Y K H S L
Decimal 112 66 141 0.21 0.53 0 0.45 276.8 0.36 0.41
Hex 70 42 8D 15 35 0 2D 115 24 29
Octal 160 102 215 25 65 0 55 425 44 51
Binary 1110000 1000010 10001101 10101 110101 0 101101 100010101 100100 101001

Color Harmonies of #70428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70428D

Black with #70428D

Text Example


Text Example

White with #70428D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70428D; }

 p { color: rgb(112,66,141); }

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

background-color css

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

 a { background-color: rgb(112,66,141); }

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

border-color css

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

 span { border-color: rgb(112,66,141); }

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