Html Css Color HEX #70719A Scampi

📋 copy color: '#70719A'

red 112 ◦ green 113 ◦ blue 154

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

Shades of Scampi #70719A

Tints of Scampi #70719A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.82%

 BLUE value IS 154 (60.55% from 255) = 40.63%

R = 29.55%
G = 29.82%
B = 40.63%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#70719A (or 0x70719A) is known color: Scampi. HEX triplet: 70, 71 and 9A. RGB value is (112,113,154). Sum of RGB (Red+Green+Blue) = 112+113+154=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 154 - color contains mainly: blue. Hex color #70719A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70719A is #8F8E65. Grayscale: #757575. Windows color (decimal): -9408102 or 10121584. OLE color: 10121584.

HSL color Cylindrical-coordinate representation of color #70719A: hue angle of 238.57º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #70719A is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 113 154 -
CMYK 0.27 0.27 0 0.40
HSL 238.57º 0.17% 0.52% -
HSV(B) 238.57º 0.27% 0.6% -
XYZ 18.42 17.59 33 -
YUV 117.38 148.67 124.17 -
System Red Green Blue C M Y K H S L
Decimal 112 113 154 0.27 0.27 0 0.40 238.57 0.17 0.52
Hex 70 71 9A 1B 1B 0 28 EF 11 34
Octal 160 161 232 33 33 0 50 357 21 64
Binary 1110000 1110001 10011010 11011 11011 0 101000 11101111 10001 110100

Color Harmonies of #70719A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70719A

Black with #70719A

Text Example


Text Example

White with #70719A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70719A; }

 p { color: rgb(112,113,154); }

 H1.HeaderClassName
 {
   color: #70719A;
 }
 .AnyTagClassName
 {
   color: #70719A;
 }
</style>

background-color css

<style>
 a { background-color: #70719A; }

 a { background-color: rgb(112,113,154); }

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

border-color css

<style>
 span { border-color: #70719A; }

 span { border-color: rgb(112,113,154); }

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