Html Css Color HEX #70508C Affair

📋 copy color: '#70508C'

red 112 ◦ green 80 ◦ blue 140

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

Shades of Affair #70508C

Tints of Affair #70508C

RGB

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

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

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

R = 33.73%
G = 24.1%
B = 42.17%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70508C (or 0x70508C) is known color: Affair. HEX triplet: 70, 50 and 8C. RGB value is (112,80,140). Sum of RGB (Red+Green+Blue) = 112+80+140=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 140 - color contains mainly: blue. Hex color #70508C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70508C is #8FAF73. Grayscale: #606060. Windows color (decimal): -9416564 or 9195632. OLE color: 9195632.

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

Color convert

RGB 112 80 140 -
CMYK 0.20 0.43 0 0.45
HSL 272º 0.27% 0.43% -
HSV(B) 272º 0.43% 0.55% -
XYZ 14.28 11.08 26.2 -
YUV 96.41 152.6 139.12 -
System Red Green Blue C M Y K H S L
Decimal 112 80 140 0.20 0.43 0 0.45 272 0.27 0.43
Hex 70 50 8C 14 2B 0 2D 110 1B 2B
Octal 160 120 214 24 53 0 55 420 33 53
Binary 1110000 1010000 10001100 10100 101011 0 101101 100010000 11011 101011

Color Harmonies of #70508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70508C

Black with #70508C

Text Example


Text Example

White with #70508C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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