Html Css Color HEX #706399 Scampi

📋 copy color: '#706399'

red 112 ◦ green 99 ◦ blue 153

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

Shades of Scampi #706399

Tints of Scampi #706399

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.2%

 BLUE value IS 153 (60.16% from 255) = 42.03%

R = 30.77%
G = 27.2%
B = 42.03%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#706399 (or 0x706399) is known color: Scampi. HEX triplet: 70, 63 and 99. RGB value is (112,99,153). Sum of RGB (Red+Green+Blue) = 112+99+153=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 153 - color contains mainly: blue. Hex color #706399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706399 is #8F9C66. Grayscale: #6C6C6C. Windows color (decimal): -9411687 or 10052464. OLE color: 10052464.

HSL color Cylindrical-coordinate representation of color #706399: hue angle of 254.44º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #706399 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 99 153 -
CMYK 0.27 0.35 0 0.4
HSL 254.44º 0.21% 0.49% -
HSV(B) 254.44º 0.35% 0.6% -
XYZ 16.89 14.67 32.08 -
YUV 109.04 152.81 130.11 -
System Red Green Blue C M Y K H S L
Decimal 112 99 153 0.27 0.35 0 0.4 254.44 0.21 0.49
Hex 70 63 99 1B 23 0 28 FE 15 31
Octal 160 143 231 33 43 0 50 376 25 61
Binary 1110000 1100011 10011001 11011 100011 0 101000 11111110 10101 110001

Color Harmonies of #706399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706399

Black with #706399

Text Example


Text Example

White with #706399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706399; }

 p { color: rgb(112,99,153); }

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

background-color css

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

 a { background-color: rgb(112,99,153); }

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

border-color css

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

 span { border-color: rgb(112,99,153); }

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