Html Css Color HEX #70587F Affair

📋 copy color: '#70587F'

red 112 ◦ green 88 ◦ blue 127

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

Shades of Affair #70587F

Tints of Affair #70587F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.91%

 BLUE value IS 127 (50% from 255) = 38.84%

R = 34.25%
G = 26.91%
B = 38.84%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#70587F (or 0x70587F) is known color: Affair. HEX triplet: 70, 58 and 7F. RGB value is (112,88,127). Sum of RGB (Red+Green+Blue) = 112+88+127=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 127 - color contains mainly: blue. Hex color #70587F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70587F is #8FA780. Grayscale: #636363. Windows color (decimal): -9414529 or 8345712. OLE color: 8345712.

HSL color Cylindrical-coordinate representation of color #70587F: hue angle of 276.92º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #70587F is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 88 127 -
CMYK 0.12 0.31 0 0.50
HSL 276.92º 0.18% 0.42% -
HSV(B) 276.92º 0.31% 0.5% -
XYZ 14 11.96 21.65 -
YUV 99.62 143.45 136.83 -
System Red Green Blue C M Y K H S L
Decimal 112 88 127 0.12 0.31 0 0.50 276.92 0.18 0.42
Hex 70 58 7F C 1F 0 32 115 12 2A
Octal 160 130 177 14 37 0 62 425 22 52
Binary 1110000 1011000 1111111 1100 11111 0 110010 100010101 10010 101010

Color Harmonies of #70587F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70587F

Black with #70587F

Text Example


Text Example

White with #70587F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70587F; }

 p { color: rgb(112,88,127); }

 H1.HeaderClassName
 {
   color: #70587F;
 }
 .AnyTagClassName
 {
   color: #70587F;
 }
</style>

background-color css

<style>
 a { background-color: #70587F; }

 a { background-color: rgb(112,88,127); }

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

border-color css

<style>
 span { border-color: #70587F; }

 span { border-color: rgb(112,88,127); }

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