Html Css Color HEX #715D9D Scampi

📋 copy color: '#715D9D'

red 113 ◦ green 93 ◦ blue 157

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

Shades of Scampi #715D9D

Tints of Scampi #715D9D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.62%

 BLUE value IS 157 (61.72% from 255) = 43.25%

R = 31.13%
G = 25.62%
B = 43.25%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#715D9D (or 0x715D9D) is known color: Scampi. HEX triplet: 71, 5D and 9D. RGB value is (113,93,157). Sum of RGB (Red+Green+Blue) = 113+93+157=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #715D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715D9D is #8EA262. Grayscale: #6A6A6A. Windows color (decimal): -9347683 or 10313073. OLE color: 10313073.

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

Color convert

RGB 113 93 157 -
CMYK 0.28 0.41 0 0.38
HSL 258.75º 0.26% 0.49% -
HSV(B) 258.75º 0.41% 0.62% -
XYZ 16.81 13.77 33.67 -
YUV 106.28 156.63 132.8 -
System Red Green Blue C M Y K H S L
Decimal 113 93 157 0.28 0.41 0 0.38 258.75 0.26 0.49
Hex 71 5D 9D 1C 29 0 26 103 1A 31
Octal 161 135 235 34 51 0 46 403 32 61
Binary 1110001 1011101 10011101 11100 101001 0 100110 100000011 11010 110001

Color Harmonies of #715D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715D9D

Black with #715D9D

Text Example


Text Example

White with #715D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,93,157); }

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

background-color css

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

 a { background-color: rgb(113,93,157); }

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

border-color css

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

 span { border-color: rgb(113,93,157); }

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