Html Css Color HEX #706199 Scampi

📋 copy color: '#706199'

red 112 ◦ green 97 ◦ blue 153

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

Shades of Scampi #706199

Tints of Scampi #706199

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.8%

 BLUE value IS 153 (60.16% from 255) = 42.27%

R = 30.94%
G = 26.8%
B = 42.27%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#706199 (or 0x706199) is known color: Scampi. HEX triplet: 70, 61 and 99. RGB value is (112,97,153). Sum of RGB (Red+Green+Blue) = 112+97+153=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 153 - color contains mainly: blue. Hex color #706199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706199 is #8F9E66. Grayscale: #6B6B6B. Windows color (decimal): -9412199 or 10051952. OLE color: 10051952.

HSL color Cylindrical-coordinate representation of color #706199: hue angle of 256.07º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #706199 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 97 153 -
CMYK 0.27 0.37 0 0.4
HSL 256.07º 0.22% 0.49% -
HSV(B) 256.07º 0.37% 0.6% -
XYZ 16.71 14.29 32.02 -
YUV 107.87 153.47 130.95 -
System Red Green Blue C M Y K H S L
Decimal 112 97 153 0.27 0.37 0 0.4 256.07 0.22 0.49
Hex 70 61 99 1B 25 0 28 100 16 31
Octal 160 141 231 33 45 0 50 400 26 61
Binary 1110000 1100001 10011001 11011 100101 0 101000 100000000 10110 110001

Color Harmonies of #706199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706199

Black with #706199

Text Example


Text Example

White with #706199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706199; }

 p { color: rgb(112,97,153); }

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

background-color css

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

 a { background-color: rgb(112,97,153); }

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

border-color css

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

 span { border-color: rgb(112,97,153); }

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