Html Css Color HEX #70408D Affair

📋 copy color: '#70408D'

red 112 ◦ green 64 ◦ blue 141

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

Shades of Affair #70408D

Tints of Affair #70408D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.19%

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

R = 35.33%
G = 20.19%
B = 44.48%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70408D (or 0x70408D) is known color: Affair. HEX triplet: 70, 40 and 8D. RGB value is (112,64,141). Sum of RGB (Red+Green+Blue) = 112+64+141=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 141 - color contains mainly: blue. Hex color #70408D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70408D is #8FBF72. Grayscale: #565656. Windows color (decimal): -9420659 or 9257072. OLE color: 9257072.

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

Color convert

RGB 112 64 141 -
CMYK 0.21 0.55 0 0.45
HSL 277.4º 0.38% 0.4% -
HSV(B) 277.4º 0.55% 0.55% -
XYZ 13.32 9.03 26.24 -
YUV 87.13 158.4 145.74 -
System Red Green Blue C M Y K H S L
Decimal 112 64 141 0.21 0.55 0 0.45 277.4 0.38 0.4
Hex 70 40 8D 15 37 0 2D 115 26 28
Octal 160 100 215 25 67 0 55 425 46 50
Binary 1110000 1000000 10001101 10101 110111 0 101101 100010101 100110 101000

Color Harmonies of #70408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70408D

Black with #70408D

Text Example


Text Example

White with #70408D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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