Html Css Color HEX #70467D Affair

📋 copy color: '#70467D'

red 112 ◦ green 70 ◦ blue 125

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

Shades of Affair #70467D

Tints of Affair #70467D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.8%

 BLUE value IS 125 (49.22% from 255) = 40.72%

R = 36.48%
G = 22.8%
B = 40.72%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70467D (or 0x70467D) is known color: Affair. HEX triplet: 70, 46 and 7D. RGB value is (112,70,125). Sum of RGB (Red+Green+Blue) = 112+70+125=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 125 - color contains mainly: blue. Hex color #70467D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70467D is #8FB982. Grayscale: #585858. Windows color (decimal): -9419139 or 8210032. OLE color: 8210032.

HSL color Cylindrical-coordinate representation of color #70467D: hue angle of 285.82º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70467D is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 70 125 -
CMYK 0.10 0.44 0 0.51
HSL 285.82º 0.28% 0.38% -
HSV(B) 285.82º 0.44% 0.49% -
XYZ 12.57 9.31 20.54 -
YUV 88.83 148.41 144.53 -
System Red Green Blue C M Y K H S L
Decimal 112 70 125 0.10 0.44 0 0.51 285.82 0.28 0.38
Hex 70 46 7D A 2C 0 33 11E 1C 26
Octal 160 106 175 12 54 0 63 436 34 46
Binary 1110000 1000110 1111101 1010 101100 0 110011 100011110 11100 100110

Color Harmonies of #70467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70467D

Black with #70467D

Text Example


Text Example

White with #70467D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,70,125); }

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

background-color css

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

 a { background-color: rgb(112,70,125); }

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

border-color css

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

 span { border-color: rgb(112,70,125); }

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