Html Css Color HEX #706595 Scampi

📋 copy color: '#706595'

red 112 ◦ green 101 ◦ blue 149

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

Shades of Scampi #706595

Tints of Scampi #706595

RGB

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

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

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

R = 30.94%
G = 27.9%
B = 41.16%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#706595 (or 0x706595) is known color: Scampi. HEX triplet: 70, 65 and 95. RGB value is (112,101,149). Sum of RGB (Red+Green+Blue) = 112+101+149=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 149 - color contains mainly: blue. Hex color #706595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706595 is #8F9A6A. Grayscale: #6D6D6D. Windows color (decimal): -9411179 or 9790832. OLE color: 9790832.

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

Color convert

RGB 112 101 149 -
CMYK 0.25 0.32 0 0.42
HSL 253.75º 0.19% 0.49% -
HSV(B) 253.75º 0.32% 0.58% -
XYZ 16.76 14.92 30.43 -
YUV 109.76 150.14 129.6 -
System Red Green Blue C M Y K H S L
Decimal 112 101 149 0.25 0.32 0 0.42 253.75 0.19 0.49
Hex 70 65 95 19 20 0 2A FE 13 31
Octal 160 145 225 31 40 0 52 376 23 61
Binary 1110000 1100101 10010101 11001 100000 0 101010 11111110 10011 110001

Color Harmonies of #706595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706595

Black with #706595

Text Example


Text Example

White with #706595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706595; }

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

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

background-color css

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

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

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

border-color css

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

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

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