Html Css Color HEX #706593 Scampi

📋 copy color: '#706593'

red 112 ◦ green 101 ◦ blue 147

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

Shades of Scampi #706593

Tints of Scampi #706593

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.06%

 BLUE value IS 147 (57.81% from 255) = 40.83%

R = 31.11%
G = 28.06%
B = 40.83%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#706593 (or 0x706593) is known color: Scampi. HEX triplet: 70, 65 and 93. RGB value is (112,101,147). Sum of RGB (Red+Green+Blue) = 112+101+147=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 147 - color contains mainly: blue. Hex color #706593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706593 is #8F9A6C. Grayscale: #6D6D6D. Windows color (decimal): -9411181 or 9659760. OLE color: 9659760.

HSL color Cylindrical-coordinate representation of color #706593: hue angle of 254.35º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #706593 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 101 147 -
CMYK 0.24 0.31 0 0.42
HSL 254.35º 0.19% 0.49% -
HSV(B) 254.35º 0.31% 0.58% -
XYZ 16.6 14.86 29.6 -
YUV 109.53 149.14 129.76 -
System Red Green Blue C M Y K H S L
Decimal 112 101 147 0.24 0.31 0 0.42 254.35 0.19 0.49
Hex 70 65 93 18 1F 0 2A FE 13 31
Octal 160 145 223 30 37 0 52 376 23 61
Binary 1110000 1100101 10010011 11000 11111 0 101010 11111110 10011 110001

Color Harmonies of #706593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706593

Black with #706593

Text Example


Text Example

White with #706593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706593; }

 p { color: rgb(112,101,147); }

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

background-color css

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

 a { background-color: rgb(112,101,147); }

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

border-color css

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

 span { border-color: rgb(112,101,147); }

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