Html Css Color HEX #705B9B Scampi

📋 copy color: '#705B9B'

red 112 ◦ green 91 ◦ blue 155

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

Shades of Scampi #705B9B

Tints of Scampi #705B9B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.42%

 BLUE value IS 155 (60.94% from 255) = 43.3%

R = 31.28%
G = 25.42%
B = 43.3%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#705B9B (or 0x705B9B) is known color: Scampi. HEX triplet: 70, 5B and 9B. RGB value is (112,91,155). Sum of RGB (Red+Green+Blue) = 112+91+155=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #705B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705B9B is #8FA464. Grayscale: #686868. Windows color (decimal): -9413733 or 10181488. OLE color: 10181488.

HSL color Cylindrical-coordinate representation of color #705B9B: hue angle of 259.69º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #705B9B is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 91 155 -
CMYK 0.28 0.41 0 0.39
HSL 259.69º 0.26% 0.48% -
HSV(B) 259.69º 0.41% 0.61% -
XYZ 16.34 13.29 32.72 -
YUV 104.58 156.46 133.3 -
System Red Green Blue C M Y K H S L
Decimal 112 91 155 0.28 0.41 0 0.39 259.69 0.26 0.48
Hex 70 5B 9B 1C 29 0 27 104 1A 30
Octal 160 133 233 34 51 0 47 404 32 60
Binary 1110000 1011011 10011011 11100 101001 0 100111 100000100 11010 110000

Color Harmonies of #705B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705B9B

Black with #705B9B

Text Example


Text Example

White with #705B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705B9B; }

 p { color: rgb(112,91,155); }

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

background-color css

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

 a { background-color: rgb(112,91,155); }

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

border-color css

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

 span { border-color: rgb(112,91,155); }

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