Html Css Color HEX #716299 Scampi

📋 copy color: '#716299'

red 113 ◦ green 98 ◦ blue 153

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

Shades of Scampi #716299

Tints of Scampi #716299

RGB

 RED value IS 113 (44.53% from 255) = 31.04%

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

 BLUE value IS 153 (60.16% from 255) = 42.03%

R = 31.04%
G = 26.92%
B = 42.03%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#716299 (or 0x716299) is known color: Scampi. HEX triplet: 71, 62 and 99. RGB value is (113,98,153). Sum of RGB (Red+Green+Blue) = 113+98+153=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 153 - color contains mainly: blue. Hex color #716299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716299 is #8E9D66. Grayscale: #6C6C6C. Windows color (decimal): -9346407 or 10052209. OLE color: 10052209.

HSL color Cylindrical-coordinate representation of color #716299: hue angle of 256.36º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #716299 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 98 153 -
CMYK 0.26 0.36 0 0.4
HSL 256.36º 0.22% 0.49% -
HSV(B) 256.36º 0.36% 0.6% -
XYZ 16.93 14.55 32.05 -
YUV 108.76 152.97 131.03 -
System Red Green Blue C M Y K H S L
Decimal 113 98 153 0.26 0.36 0 0.4 256.36 0.22 0.49
Hex 71 62 99 1A 24 0 28 100 16 31
Octal 161 142 231 32 44 0 50 400 26 61
Binary 1110001 1100010 10011001 11010 100100 0 101000 100000000 10110 110001

Color Harmonies of #716299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716299

Black with #716299

Text Example


Text Example

White with #716299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716299; }

 p { color: rgb(113,98,153); }

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

background-color css

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

 a { background-color: rgb(113,98,153); }

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

border-color css

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

 span { border-color: rgb(113,98,153); }

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