Html Css Color HEX #70508B Affair

📋 copy color: '#70508B'

red 112 ◦ green 80 ◦ blue 139

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

Shades of Affair #70508B

Tints of Affair #70508B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.17%

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

R = 33.84%
G = 24.17%
B = 41.99%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70508B (or 0x70508B) is known color: Affair. HEX triplet: 70, 50 and 8B. RGB value is (112,80,139). Sum of RGB (Red+Green+Blue) = 112+80+139=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 139 - color contains mainly: blue. Hex color #70508B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70508B is #8FAF74. Grayscale: #606060. Windows color (decimal): -9416565 or 9130096. OLE color: 9130096.

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

Color convert

RGB 112 80 139 -
CMYK 0.19 0.42 0 0.45
HSL 272.54º 0.27% 0.43% -
HSV(B) 272.54º 0.42% 0.55% -
XYZ 14.21 11.05 25.81 -
YUV 96.29 152.1 139.2 -
System Red Green Blue C M Y K H S L
Decimal 112 80 139 0.19 0.42 0 0.45 272.54 0.27 0.43
Hex 70 50 8B 13 2A 0 2D 111 1B 2B
Octal 160 120 213 23 52 0 55 421 33 53
Binary 1110000 1010000 10001011 10011 101010 0 101101 100010001 11011 101011

Color Harmonies of #70508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70508B

Black with #70508B

Text Example


Text Example

White with #70508B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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