Html Css Color HEX #706BAB Scampi

📋 copy color: '#706BAB'

red 112 ◦ green 107 ◦ blue 171

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

Shades of Scampi #706BAB

Tints of Scampi #706BAB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.44%

 BLUE value IS 171 (67.19% from 255) = 43.85%

R = 28.72%
G = 27.44%
B = 43.85%

CMYK

 C value IS 0.35

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#706BAB (or 0x706BAB) is known color: Scampi. HEX triplet: 70, 6B and AB. RGB value is (112,107,171). Sum of RGB (Red+Green+Blue) = 112+107+171=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #706BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706BAB is #8F9454. Grayscale: #737373. Windows color (decimal): -9409621 or 11234160. OLE color: 11234160.

HSL color Cylindrical-coordinate representation of color #706BAB: hue angle of 244.69º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #706BAB is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 107 171 -
CMYK 0.35 0.37 0 0.33
HSL 244.69º 0.28% 0.55% -
HSV(B) 244.69º 0.37% 0.67% -
XYZ 19.29 16.9 40.77 -
YUV 115.79 159.16 125.3 -
System Red Green Blue C M Y K H S L
Decimal 112 107 171 0.35 0.37 0 0.33 244.69 0.28 0.55
Hex 70 6B AB 23 25 0 21 F5 1C 37
Octal 160 153 253 43 45 0 41 365 34 67
Binary 1110000 1101011 10101011 100011 100101 0 100001 11110101 11100 110111

Color Harmonies of #706BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706BAB

Black with #706BAB

Text Example


Text Example

White with #706BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706BAB; }

 p { color: rgb(112,107,171); }

 H1.HeaderClassName
 {
   color: #706BAB;
 }
 .AnyTagClassName
 {
   color: #706BAB;
 }
</style>

background-color css

<style>
 a { background-color: #706BAB; }

 a { background-color: rgb(112,107,171); }

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

border-color css

<style>
 span { border-color: #706BAB; }

 span { border-color: rgb(112,107,171); }

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