Html Css Color HEX #70719B Scampi

📋 copy color: '#70719B'

red 112 ◦ green 113 ◦ blue 155

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

Shades of Scampi #70719B

Tints of Scampi #70719B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.79%

R = 29.47%
G = 29.74%
B = 40.79%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70719B (or 0x70719B) is known color: Scampi. HEX triplet: 70, 71 and 9B. RGB value is (112,113,155). Sum of RGB (Red+Green+Blue) = 112+113+155=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 155 - color contains mainly: blue. Hex color #70719B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70719B is #8F8E64. Grayscale: #757575. Windows color (decimal): -9408101 or 10187120. OLE color: 10187120.

HSL color Cylindrical-coordinate representation of color #70719B: hue angle of 238.6º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70719B is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 113 155 -
CMYK 0.28 0.27 0 0.39
HSL 238.6º 0.18% 0.52% -
HSV(B) 238.6º 0.28% 0.61% -
XYZ 18.5 17.62 33.44 -
YUV 117.49 149.17 124.08 -
System Red Green Blue C M Y K H S L
Decimal 112 113 155 0.28 0.27 0 0.39 238.6 0.18 0.52
Hex 70 71 9B 1C 1B 0 27 EF 12 34
Octal 160 161 233 34 33 0 47 357 22 64
Binary 1110000 1110001 10011011 11100 11011 0 100111 11101111 10010 110100

Color Harmonies of #70719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70719B

Black with #70719B

Text Example


Text Example

White with #70719B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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