Html Css Color HEX #70649F Scampi

📋 copy color: '#70649F'

red 112 ◦ green 100 ◦ blue 159

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

Shades of Scampi #70649F

Tints of Scampi #70649F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.95%

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

R = 30.19%
G = 26.95%
B = 42.86%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70649F (or 0x70649F) is known color: Scampi. HEX triplet: 70, 64 and 9F. RGB value is (112,100,159). Sum of RGB (Red+Green+Blue) = 112+100+159=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #70649F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70649F is #8F9B60. Grayscale: #6E6E6E. Windows color (decimal): -9411425 or 10445936. OLE color: 10445936.

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

Color convert

RGB 112 100 159 -
CMYK 0.30 0.37 0 0.38
HSL 252.2º 0.24% 0.51% -
HSV(B) 252.2º 0.37% 0.62% -
XYZ 17.5 15.06 34.79 -
YUV 110.31 155.48 129.2 -
System Red Green Blue C M Y K H S L
Decimal 112 100 159 0.30 0.37 0 0.38 252.2 0.24 0.51
Hex 70 64 9F 1E 25 0 26 FC 18 33
Octal 160 144 237 36 45 0 46 374 30 63
Binary 1110000 1100100 10011111 11110 100101 0 100110 11111100 11000 110011

Color Harmonies of #70649F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70649F

Black with #70649F

Text Example


Text Example

White with #70649F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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