Html Css Color HEX #70448B Affair

📋 copy color: '#70448B'

red 112 ◦ green 68 ◦ blue 139

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

Shades of Affair #70448B

Tints of Affair #70448B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.32%

 BLUE value IS 139 (54.69% from 255) = 43.57%

R = 35.11%
G = 21.32%
B = 43.57%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70448B (or 0x70448B) is known color: Affair. HEX triplet: 70, 44 and 8B. RGB value is (112,68,139). Sum of RGB (Red+Green+Blue) = 112+68+139=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #70448B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70448B is #8FBB74. Grayscale: #595959. Windows color (decimal): -9419637 or 9127024. OLE color: 9127024.

HSL color Cylindrical-coordinate representation of color #70448B: hue angle of 277.18º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70448B is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 68 139 -
CMYK 0.19 0.51 0 0.45
HSL 277.18º 0.34% 0.41% -
HSV(B) 277.18º 0.51% 0.55% -
XYZ 13.41 9.44 25.54 -
YUV 89.25 156.08 144.23 -
System Red Green Blue C M Y K H S L
Decimal 112 68 139 0.19 0.51 0 0.45 277.18 0.34 0.41
Hex 70 44 8B 13 33 0 2D 115 22 29
Octal 160 104 213 23 63 0 55 425 42 51
Binary 1110000 1000100 10001011 10011 110011 0 101101 100010101 100010 101001

Color Harmonies of #70448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70448B

Black with #70448B

Text Example


Text Example

White with #70448B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70448B; }

 p { color: rgb(112,68,139); }

 H1.HeaderClassName
 {
   color: #70448B;
 }
 .AnyTagClassName
 {
   color: #70448B;
 }
</style>

background-color css

<style>
 a { background-color: #70448B; }

 a { background-color: rgb(112,68,139); }

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

border-color css

<style>
 span { border-color: #70448B; }

 span { border-color: rgb(112,68,139); }

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