Html Css Color HEX #70629F Scampi

📋 copy color: '#70629F'

red 112 ◦ green 98 ◦ blue 159

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

Shades of Scampi #70629F

Tints of Scampi #70629F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.56%

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

R = 30.35%
G = 26.56%
B = 43.09%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70629F (or 0x70629F) is known color: Scampi. HEX triplet: 70, 62 and 9F. RGB value is (112,98,159). Sum of RGB (Red+Green+Blue) = 112+98+159=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 159 - color contains mainly: blue. Hex color #70629F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70629F is #8F9D60. Grayscale: #6C6C6C. Windows color (decimal): -9411937 or 10445424. OLE color: 10445424.

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

Color convert

RGB 112 98 159 -
CMYK 0.30 0.38 0 0.38
HSL 253.77º 0.24% 0.5% -
HSV(B) 253.77º 0.38% 0.62% -
XYZ 17.31 14.68 34.72 -
YUV 109.14 156.14 130.04 -
System Red Green Blue C M Y K H S L
Decimal 112 98 159 0.30 0.38 0 0.38 253.77 0.24 0.5
Hex 70 62 9F 1E 26 0 26 FE 18 32
Octal 160 142 237 36 46 0 46 376 30 62
Binary 1110000 1100010 10011111 11110 100110 0 100110 11111110 11000 110010

Color Harmonies of #70629F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70629F

Black with #70629F

Text Example


Text Example

White with #70629F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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