Html Css Color HEX #70659F Scampi

📋 copy color: '#70659F'

red 112 ◦ green 101 ◦ blue 159

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

Shades of Scampi #70659F

Tints of Scampi #70659F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.15%

 BLUE value IS 159 (62.5% from 255) = 42.74%

R = 30.11%
G = 27.15%
B = 42.74%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70659F (or 0x70659F) is known color: Scampi. HEX triplet: 70, 65 and 9F. RGB value is (112,101,159). Sum of RGB (Red+Green+Blue) = 112+101+159=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 159 - color contains mainly: blue. Hex color #70659F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70659F is #8F9A60. Grayscale: #6E6E6E. Windows color (decimal): -9411169 or 10446192. OLE color: 10446192.

HSL color Cylindrical-coordinate representation of color #70659F: hue angle of 251.38º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #70659F is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 101 159 -
CMYK 0.30 0.36 0 0.38
HSL 251.38º 0.23% 0.51% -
HSV(B) 251.38º 0.36% 0.62% -
XYZ 17.59 15.26 34.82 -
YUV 110.9 155.14 128.78 -
System Red Green Blue C M Y K H S L
Decimal 112 101 159 0.30 0.36 0 0.38 251.38 0.23 0.51
Hex 70 65 9F 1E 24 0 26 FB 17 33
Octal 160 145 237 36 44 0 46 373 27 63
Binary 1110000 1100101 10011111 11110 100100 0 100110 11111011 10111 110011

Color Harmonies of #70659F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70659F

Black with #70659F

Text Example


Text Example

White with #70659F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70659F; }

 p { color: rgb(112,101,159); }

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

background-color css

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

 a { background-color: rgb(112,101,159); }

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

border-color css

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

 span { border-color: rgb(112,101,159); }

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