Html Css Color HEX #70478C Affair

📋 copy color: '#70478C'

red 112 ◦ green 71 ◦ blue 140

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

Shades of Affair #70478C

Tints of Affair #70478C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.98%

 BLUE value IS 140 (55.08% from 255) = 43.34%

R = 34.67%
G = 21.98%
B = 43.34%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70478C (or 0x70478C) is known color: Affair. HEX triplet: 70, 47 and 8C. RGB value is (112,71,140). Sum of RGB (Red+Green+Blue) = 112+71+140=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 140 - color contains mainly: blue. Hex color #70478C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70478C is #8FB873. Grayscale: #5A5A5A. Windows color (decimal): -9418868 or 9193328. OLE color: 9193328.

HSL color Cylindrical-coordinate representation of color #70478C: hue angle of 275.65º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70478C is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 71 140 -
CMYK 0.20 0.49 0 0.45
HSL 275.65º 0.33% 0.41% -
HSV(B) 275.65º 0.49% 0.55% -
XYZ 13.67 9.84 25.99 -
YUV 91.13 155.58 142.89 -
System Red Green Blue C M Y K H S L
Decimal 112 71 140 0.20 0.49 0 0.45 275.65 0.33 0.41
Hex 70 47 8C 14 31 0 2D 114 21 29
Octal 160 107 214 24 61 0 55 424 41 51
Binary 1110000 1000111 10001100 10100 110001 0 101101 100010100 100001 101001

Color Harmonies of #70478C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70478C

Black with #70478C

Text Example


Text Example

White with #70478C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,71,140); }

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

background-color css

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

 a { background-color: rgb(112,71,140); }

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

border-color css

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

 span { border-color: rgb(112,71,140); }

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