Html Css Color HEX #705C9D Scampi

📋 copy color: '#705C9D'

red 112 ◦ green 92 ◦ blue 157

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

Shades of Scampi #705C9D

Tints of Scampi #705C9D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.48%

 BLUE value IS 157 (61.72% from 255) = 43.49%

R = 31.02%
G = 25.48%
B = 43.49%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#705C9D (or 0x705C9D) is known color: Scampi. HEX triplet: 70, 5C and 9D. RGB value is (112,92,157). Sum of RGB (Red+Green+Blue) = 112+92+157=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 157 - color contains mainly: blue. Hex color #705C9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705C9D is #8FA362. Grayscale: #696969. Windows color (decimal): -9413475 or 10312816. OLE color: 10312816.

HSL color Cylindrical-coordinate representation of color #705C9D: hue angle of 258.46º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #705C9D is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 92 157 -
CMYK 0.29 0.41 0 0.38
HSL 258.46º 0.26% 0.49% -
HSV(B) 258.46º 0.41% 0.62% -
XYZ 16.6 13.53 33.64 -
YUV 105.39 157.13 132.71 -
System Red Green Blue C M Y K H S L
Decimal 112 92 157 0.29 0.41 0 0.38 258.46 0.26 0.49
Hex 70 5C 9D 1D 29 0 26 102 1A 31
Octal 160 134 235 35 51 0 46 402 32 61
Binary 1110000 1011100 10011101 11101 101001 0 100110 100000010 11010 110001

Color Harmonies of #705C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705C9D

Black with #705C9D

Text Example


Text Example

White with #705C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,92,157); }

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

background-color css

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

 a { background-color: rgb(112,92,157); }

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

border-color css

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

 span { border-color: rgb(112,92,157); }

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