Html Css Color HEX #705FA0 Scampi

📋 copy color: '#705FA0'

red 112 ◦ green 95 ◦ blue 160

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

Shades of Scampi #705FA0

Tints of Scampi #705FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 43.6%

R = 30.52%
G = 25.89%
B = 43.6%

CMYK

 C value IS 0.30

 M value IS 0.41

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#705FA0 (or 0x705FA0) is known color: Scampi. HEX triplet: 70, 5F and A0. RGB value is (112,95,160). Sum of RGB (Red+Green+Blue) = 112+95+160=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 160 (62.89% from 255 or 43.60% from 367); Max value from RGB is 160 - color contains mainly: blue. Hex color #705FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705FA0 is #8FA05F. Grayscale: #6B6B6B. Windows color (decimal): -9412704 or 10510192. OLE color: 10510192.

HSL color Cylindrical-coordinate representation of color #705FA0: hue angle of 255.69º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #705FA0 is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 112 95 160 -
CMYK 0.30 0.41 0 0.37
HSL 255.69º 0.25% 0.5% -
HSV(B) 255.69º 0.41% 0.63% -
XYZ 17.12 14.17 35.09 -
YUV 107.49 157.63 131.21 -
System Red Green Blue C M Y K H S L
Decimal 112 95 160 0.30 0.41 0 0.37 255.69 0.25 0.5
Hex 70 5F A0 1E 29 0 25 100 19 32
Octal 160 137 240 36 51 0 45 400 31 62
Binary 1110000 1011111 10100000 11110 101001 0 100101 100000000 11001 110010

Color Harmonies of #705FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705FA0

Black with #705FA0

Text Example


Text Example

White with #705FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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