Html Css Color HEX #715E99 Scampi

📋 copy color: '#715E99'

red 113 ◦ green 94 ◦ blue 153

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

Shades of Scampi #715E99

Tints of Scampi #715E99

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.11%

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

R = 31.39%
G = 26.11%
B = 42.5%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#715E99 (or 0x715E99) is known color: Scampi. HEX triplet: 71, 5E and 99. RGB value is (113,94,153). Sum of RGB (Red+Green+Blue) = 113+94+153=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 153 - color contains mainly: blue. Hex color #715E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715E99 is #8EA166. Grayscale: #6A6A6A. Windows color (decimal): -9347431 or 10051185. OLE color: 10051185.

HSL color Cylindrical-coordinate representation of color #715E99: hue angle of 259.32º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #715E99 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 94 153 -
CMYK 0.26 0.39 0 0.4
HSL 259.32º 0.24% 0.48% -
HSV(B) 259.32º 0.39% 0.6% -
XYZ 16.56 13.82 31.93 -
YUV 106.41 154.29 132.7 -
System Red Green Blue C M Y K H S L
Decimal 113 94 153 0.26 0.39 0 0.4 259.32 0.24 0.48
Hex 71 5E 99 1A 27 0 28 103 18 30
Octal 161 136 231 32 47 0 50 403 30 60
Binary 1110001 1011110 10011001 11010 100111 0 101000 100000011 11000 110000

Color Harmonies of #715E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715E99

Black with #715E99

Text Example


Text Example

White with #715E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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