Html Css Color HEX #70467E Affair

📋 copy color: '#70467E'

red 112 ◦ green 70 ◦ blue 126

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

Shades of Affair #70467E

Tints of Affair #70467E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40.91%

R = 36.36%
G = 22.73%
B = 40.91%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70467E (or 0x70467E) is known color: Affair. HEX triplet: 70, 46 and 7E. RGB value is (112,70,126). Sum of RGB (Red+Green+Blue) = 112+70+126=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 126 - color contains mainly: blue. Hex color #70467E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70467E is #8FB981. Grayscale: #585858. Windows color (decimal): -9419138 or 8275568. OLE color: 8275568.

HSL color Cylindrical-coordinate representation of color #70467E: hue angle of 285º degrees, saturation: 0.29, 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 #70467E is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 70 126 -
CMYK 0.11 0.44 0 0.51
HSL 285º 0.29% 0.38% -
HSV(B) 285º 0.44% 0.49% -
XYZ 12.64 9.33 20.87 -
YUV 88.94 148.91 144.45 -
System Red Green Blue C M Y K H S L
Decimal 112 70 126 0.11 0.44 0 0.51 285 0.29 0.38
Hex 70 46 7E B 2C 0 33 11D 1D 26
Octal 160 106 176 13 54 0 63 435 35 46
Binary 1110000 1000110 1111110 1011 101100 0 110011 100011101 11101 100110

Color Harmonies of #70467E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70467E

Black with #70467E

Text Example


Text Example

White with #70467E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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