Html Css Color HEX #70467C Affair

📋 copy color: '#70467C'

red 112 ◦ green 70 ◦ blue 124

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

Shades of Affair #70467C

Tints of Affair #70467C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.52%

R = 36.6%
G = 22.88%
B = 40.52%

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

#70467C (or 0x70467C) is known color: Affair. HEX triplet: 70, 46 and 7C. RGB value is (112,70,124). Sum of RGB (Red+Green+Blue) = 112+70+124=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 124 - color contains mainly: blue. Hex color #70467C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70467C is #8FB983. Grayscale: #585858. Windows color (decimal): -9419140 or 8144496. OLE color: 8144496.

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

Color convert

RGB 112 70 124 -
CMYK 0.10 0.44 0 0.51
HSL 286.67º 0.28% 0.38% -
HSV(B) 286.67º 0.44% 0.49% -
XYZ 12.51 9.28 20.2 -
YUV 88.71 147.91 144.61 -
System Red Green Blue C M Y K H S L
Decimal 112 70 124 0.10 0.44 0 0.51 286.67 0.28 0.38
Hex 70 46 7C A 2C 0 33 11F 1C 26
Octal 160 106 174 12 54 0 63 437 34 46
Binary 1110000 1000110 1111100 1010 101100 0 110011 100011111 11100 100110

Color Harmonies of #70467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70467C

Black with #70467C

Text Example


Text Example

White with #70467C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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