Html Css Color HEX #70589F Scampi

📋 copy color: '#70589F'

red 112 ◦ green 88 ◦ blue 159

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

Shades of Scampi #70589F

Tints of Scampi #70589F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.51%

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

R = 31.2%
G = 24.51%
B = 44.29%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70589F (or 0x70589F) is known color: Scampi. HEX triplet: 70, 58 and 9F. RGB value is (112,88,159). Sum of RGB (Red+Green+Blue) = 112+88+159=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 159 - color contains mainly: blue. Hex color #70589F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70589F is #8FA760. Grayscale: #676767. Windows color (decimal): -9414497 or 10442864. OLE color: 10442864.

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

Color convert

RGB 112 88 159 -
CMYK 0.30 0.45 0 0.38
HSL 260.28º 0.29% 0.48% -
HSV(B) 260.28º 0.45% 0.62% -
XYZ 16.43 12.93 34.43 -
YUV 103.27 159.45 134.23 -
System Red Green Blue C M Y K H S L
Decimal 112 88 159 0.30 0.45 0 0.38 260.28 0.29 0.48
Hex 70 58 9F 1E 2D 0 26 104 1D 30
Octal 160 130 237 36 55 0 46 404 35 60
Binary 1110000 1011000 10011111 11110 101101 0 100110 100000100 11101 110000

Color Harmonies of #70589F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70589F

Black with #70589F

Text Example


Text Example

White with #70589F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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