Html Css Color HEX #706397 Scampi

📋 copy color: '#706397'

red 112 ◦ green 99 ◦ blue 151

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

Shades of Scampi #706397

Tints of Scampi #706397

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.35%

 BLUE value IS 151 (59.38% from 255) = 41.71%

R = 30.94%
G = 27.35%
B = 41.71%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#706397 (or 0x706397) is known color: Scampi. HEX triplet: 70, 63 and 97. RGB value is (112,99,151). Sum of RGB (Red+Green+Blue) = 112+99+151=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 151 (59.38% from 255 or 41.71% from 362); Max value from RGB is 151 - color contains mainly: blue. Hex color #706397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706397 is #8F9C68. Grayscale: #6C6C6C. Windows color (decimal): -9411689 or 9921392. OLE color: 9921392.

HSL color Cylindrical-coordinate representation of color #706397: hue angle of 255º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #706397 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 99 151 -
CMYK 0.26 0.34 0 0.41
HSL 255º 0.21% 0.49% -
HSV(B) 255º 0.34% 0.59% -
XYZ 16.73 14.6 31.22 -
YUV 108.82 151.81 130.27 -
System Red Green Blue C M Y K H S L
Decimal 112 99 151 0.26 0.34 0 0.41 255 0.21 0.49
Hex 70 63 97 1A 22 0 29 FF 15 31
Octal 160 143 227 32 42 0 51 377 25 61
Binary 1110000 1100011 10010111 11010 100010 0 101001 11111111 10101 110001

Color Harmonies of #706397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706397

Black with #706397

Text Example


Text Example

White with #706397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706397; }

 p { color: rgb(112,99,151); }

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

background-color css

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

 a { background-color: rgb(112,99,151); }

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

border-color css

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

 span { border-color: rgb(112,99,151); }

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