Html Css Color HEX #715F99 Scampi

📋 copy color: '#715F99'

red 113 ◦ green 95 ◦ blue 153

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

Shades of Scampi #715F99

Tints of Scampi #715F99

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.32%

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

R = 31.3%
G = 26.32%
B = 42.38%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#715F99 (or 0x715F99) is known color: Scampi. HEX triplet: 71, 5F and 99. RGB value is (113,95,153). Sum of RGB (Red+Green+Blue) = 113+95+153=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #715F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715F99 is #8EA066. Grayscale: #6A6A6A. Windows color (decimal): -9347175 or 10051441. OLE color: 10051441.

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

Color convert

RGB 113 95 153 -
CMYK 0.26 0.38 0 0.4
HSL 258.62º 0.23% 0.49% -
HSV(B) 258.62º 0.38% 0.6% -
XYZ 16.65 14 31.96 -
YUV 106.99 153.96 132.28 -
System Red Green Blue C M Y K H S L
Decimal 113 95 153 0.26 0.38 0 0.4 258.62 0.23 0.49
Hex 71 5F 99 1A 26 0 28 103 17 31
Octal 161 137 231 32 46 0 50 403 27 61
Binary 1110001 1011111 10011001 11010 100110 0 101000 100000011 10111 110001

Color Harmonies of #715F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715F99

Black with #715F99

Text Example


Text Example

White with #715F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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