Html Css Color HEX #705A9D Scampi

📋 copy color: '#705A9D'

red 112 ◦ green 90 ◦ blue 157

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

Shades of Scampi #705A9D

Tints of Scampi #705A9D

RGB

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

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

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

R = 31.2%
G = 25.07%
B = 43.73%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#705A9D (or 0x705A9D) is known color: Scampi. HEX triplet: 70, 5A and 9D. RGB value is (112,90,157). Sum of RGB (Red+Green+Blue) = 112+90+157=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #705A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705A9D is #8FA562. Grayscale: #676767. Windows color (decimal): -9413987 or 10312304. OLE color: 10312304.

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

Color convert

RGB 112 90 157 -
CMYK 0.29 0.43 0 0.38
HSL 259.7º 0.27% 0.48% -
HSV(B) 259.7º 0.43% 0.62% -
XYZ 16.42 13.19 33.58 -
YUV 104.22 157.79 133.55 -
System Red Green Blue C M Y K H S L
Decimal 112 90 157 0.29 0.43 0 0.38 259.7 0.27 0.48
Hex 70 5A 9D 1D 2B 0 26 104 1B 30
Octal 160 132 235 35 53 0 46 404 33 60
Binary 1110000 1011010 10011101 11101 101011 0 100110 100000100 11011 110000

Color Harmonies of #705A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705A9D

Black with #705A9D

Text Example


Text Example

White with #705A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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