Html Css Color HEX #705F9B Scampi

📋 copy color: '#705F9B'

red 112 ◦ green 95 ◦ blue 155

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

Shades of Scampi #705F9B

Tints of Scampi #705F9B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.24%

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

R = 30.94%
G = 26.24%
B = 42.82%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#705F9B (or 0x705F9B) is known color: Scampi. HEX triplet: 70, 5F and 9B. RGB value is (112,95,155). Sum of RGB (Red+Green+Blue) = 112+95+155=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #705F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705F9B is #8FA064. Grayscale: #6A6A6A. Windows color (decimal): -9412709 or 10182512. OLE color: 10182512.

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

Color convert

RGB 112 95 155 -
CMYK 0.28 0.39 0 0.39
HSL 257º 0.24% 0.49% -
HSV(B) 257º 0.39% 0.61% -
XYZ 16.69 14 32.83 -
YUV 106.92 155.13 131.62 -
System Red Green Blue C M Y K H S L
Decimal 112 95 155 0.28 0.39 0 0.39 257 0.24 0.49
Hex 70 5F 9B 1C 27 0 27 101 18 31
Octal 160 137 233 34 47 0 47 401 30 61
Binary 1110000 1011111 10011011 11100 100111 0 100111 100000001 11000 110001

Color Harmonies of #705F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705F9B

Black with #705F9B

Text Example


Text Example

White with #705F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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