Html Css Color HEX #706295 Scampi

📋 copy color: '#706295'

red 112 ◦ green 98 ◦ blue 149

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

Shades of Scampi #706295

Tints of Scampi #706295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.3%

 BLUE value IS 149 (58.59% from 255) = 41.5%

R = 31.2%
G = 27.3%
B = 41.5%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#706295 (or 0x706295) is known color: Scampi. HEX triplet: 70, 62 and 95. RGB value is (112,98,149). Sum of RGB (Red+Green+Blue) = 112+98+149=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 149 - color contains mainly: blue. Hex color #706295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706295 is #8F9D6A. Grayscale: #6B6B6B. Windows color (decimal): -9411947 or 9790064. OLE color: 9790064.

HSL color Cylindrical-coordinate representation of color #706295: hue angle of 256.47º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #706295 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 98 149 -
CMYK 0.25 0.34 0 0.42
HSL 256.47º 0.21% 0.48% -
HSV(B) 256.47º 0.34% 0.58% -
XYZ 16.47 14.35 30.34 -
YUV 108 151.14 130.85 -
System Red Green Blue C M Y K H S L
Decimal 112 98 149 0.25 0.34 0 0.42 256.47 0.21 0.48
Hex 70 62 95 19 22 0 2A 100 15 30
Octal 160 142 225 31 42 0 52 400 25 60
Binary 1110000 1100010 10010101 11001 100010 0 101010 100000000 10101 110000

Color Harmonies of #706295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706295

Black with #706295

Text Example


Text Example

White with #706295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706295; }

 p { color: rgb(112,98,149); }

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

background-color css

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

 a { background-color: rgb(112,98,149); }

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

border-color css

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

 span { border-color: rgb(112,98,149); }

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