Html Css Color HEX #705DA6 Scampi

📋 copy color: '#705DA6'

red 112 ◦ green 93 ◦ blue 166

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

Shades of Scampi #705DA6

Tints of Scampi #705DA6

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.07%

 BLUE value IS 166 (65.23% from 255) = 44.74%

R = 30.19%
G = 25.07%
B = 44.74%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#705DA6 (or 0x705DA6) is known color: Scampi. HEX triplet: 70, 5D and A6. RGB value is (112,93,166). Sum of RGB (Red+Green+Blue) = 112+93+166=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 166 (65.23% from 255 or 44.74% from 371); Max value from RGB is 166 - color contains mainly: blue. Hex color #705DA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705DA6 is #8FA259. Grayscale: #6A6A6A. Windows color (decimal): -9413210 or 10902896. OLE color: 10902896.

HSL color Cylindrical-coordinate representation of color #705DA6: hue angle of 255.62º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #705DA6 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 112 93 166 -
CMYK 0.33 0.44 0 0.35
HSL 255.62º 0.29% 0.51% -
HSV(B) 255.62º 0.44% 0.65% -
XYZ 17.48 14.03 37.86 -
YUV 107 161.29 131.56 -
System Red Green Blue C M Y K H S L
Decimal 112 93 166 0.33 0.44 0 0.35 255.62 0.29 0.51
Hex 70 5D A6 21 2C 0 23 100 1D 33
Octal 160 135 246 41 54 0 43 400 35 63
Binary 1110000 1011101 10100110 100001 101100 0 100011 100000000 11101 110011

Color Harmonies of #705DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705DA6

Black with #705DA6

Text Example


Text Example

White with #705DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,93,166); }

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

background-color css

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

 a { background-color: rgb(112,93,166); }

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

border-color css

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

 span { border-color: rgb(112,93,166); }

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