Html Css Color HEX #706398 Scampi

📋 copy color: '#706398'

red 112 ◦ green 99 ◦ blue 152

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

Shades of Scampi #706398

Tints of Scampi #706398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 41.87%

R = 30.85%
G = 27.27%
B = 41.87%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#706398 (or 0x706398) is known color: Scampi. HEX triplet: 70, 63 and 98. RGB value is (112,99,152). Sum of RGB (Red+Green+Blue) = 112+99+152=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 152 - color contains mainly: blue. Hex color #706398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706398 is #8F9C67. Grayscale: #6C6C6C. Windows color (decimal): -9411688 or 9986928. OLE color: 9986928.

HSL color Cylindrical-coordinate representation of color #706398: hue angle of 254.72º 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 #706398 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 99 152 -
CMYK 0.26 0.35 0 0.40
HSL 254.72º 0.21% 0.49% -
HSV(B) 254.72º 0.35% 0.6% -
XYZ 16.81 14.64 31.64 -
YUV 108.93 152.31 130.19 -
System Red Green Blue C M Y K H S L
Decimal 112 99 152 0.26 0.35 0 0.40 254.72 0.21 0.49
Hex 70 63 98 1A 23 0 28 FF 15 31
Octal 160 143 230 32 43 0 50 377 25 61
Binary 1110000 1100011 10011000 11010 100011 0 101000 11111111 10101 110001

Color Harmonies of #706398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706398

Black with #706398

Text Example


Text Example

White with #706398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706398; }

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

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

background-color css

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

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

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

border-color css

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

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

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