Html Css Color HEX #705A9B Scampi

📋 copy color: '#705A9B'

red 112 ◦ green 90 ◦ blue 155

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

Shades of Scampi #705A9B

Tints of Scampi #705A9B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.21%

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

R = 31.37%
G = 25.21%
B = 43.42%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#705A9B (or 0x705A9B) is known color: Scampi. HEX triplet: 70, 5A and 9B. RGB value is (112,90,155). Sum of RGB (Red+Green+Blue) = 112+90+155=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 155 - color contains mainly: blue. Hex color #705A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705A9B is #8FA564. Grayscale: #676767. Windows color (decimal): -9413989 or 10181232. OLE color: 10181232.

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

Color convert

RGB 112 90 155 -
CMYK 0.28 0.42 0 0.39
HSL 260.31º 0.27% 0.48% -
HSV(B) 260.31º 0.42% 0.61% -
XYZ 16.25 13.12 32.69 -
YUV 103.99 156.79 133.71 -
System Red Green Blue C M Y K H S L
Decimal 112 90 155 0.28 0.42 0 0.39 260.31 0.27 0.48
Hex 70 5A 9B 1C 2A 0 27 104 1B 30
Octal 160 132 233 34 52 0 47 404 33 60
Binary 1110000 1011010 10011011 11100 101010 0 100111 100000100 11011 110000

Color Harmonies of #705A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705A9B

Black with #705A9B

Text Example


Text Example

White with #705A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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