Html Css Color HEX #705FA9 Scampi

📋 copy color: '#705FA9'

red 112 ◦ green 95 ◦ blue 169

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

Shades of Scampi #705FA9

Tints of Scampi #705FA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 44.95%

R = 29.79%
G = 25.27%
B = 44.95%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#705FA9 (or 0x705FA9) is known color: Scampi. HEX triplet: 70, 5F and A9. RGB value is (112,95,169). Sum of RGB (Red+Green+Blue) = 112+95+169=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 169 (66.41% from 255 or 44.95% from 376); Max value from RGB is 169 - color contains mainly: blue. Hex color #705FA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705FA9 is #8FA056. Grayscale: #6C6C6C. Windows color (decimal): -9412695 or 11100016. OLE color: 11100016.

HSL color Cylindrical-coordinate representation of color #705FA9: hue angle of 253.78º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #705FA9 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 112 95 169 -
CMYK 0.34 0.44 0 0.34
HSL 253.78º 0.3% 0.52% -
HSV(B) 253.78º 0.44% 0.66% -
XYZ 17.94 14.49 39.39 -
YUV 108.52 162.13 130.48 -
System Red Green Blue C M Y K H S L
Decimal 112 95 169 0.34 0.44 0 0.34 253.78 0.3 0.52
Hex 70 5F A9 22 2C 0 22 FE 1E 34
Octal 160 137 251 42 54 0 42 376 36 64
Binary 1110000 1011111 10101001 100010 101100 0 100010 11111110 11110 110100

Color Harmonies of #705FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705FA9

Black with #705FA9

Text Example


Text Example

White with #705FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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