Html Css Color HEX #716799 Scampi

📋 copy color: '#716799'

red 113 ◦ green 103 ◦ blue 153

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

Shades of Scampi #716799

Tints of Scampi #716799

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.91%

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

R = 30.62%
G = 27.91%
B = 41.46%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#716799 (or 0x716799) is known color: Scampi. HEX triplet: 71, 67 and 99. RGB value is (113,103,153). Sum of RGB (Red+Green+Blue) = 113+103+153=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #716799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716799 is #8E9866. Grayscale: #6F6F6F. Windows color (decimal): -9345127 or 10053489. OLE color: 10053489.

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

Color convert

RGB 113 103 153 -
CMYK 0.26 0.33 0 0.4
HSL 252º 0.2% 0.5% -
HSV(B) 252º 0.33% 0.6% -
XYZ 17.41 15.51 32.21 -
YUV 111.69 151.31 128.93 -
System Red Green Blue C M Y K H S L
Decimal 113 103 153 0.26 0.33 0 0.4 252 0.2 0.5
Hex 71 67 99 1A 21 0 28 FC 14 32
Octal 161 147 231 32 41 0 50 374 24 62
Binary 1110001 1100111 10011001 11010 100001 0 101000 11111100 10100 110010

Color Harmonies of #716799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716799

Black with #716799

Text Example


Text Example

White with #716799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716799; }

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

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

background-color css

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

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

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

border-color css

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

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

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