Html Css Color HEX #715B9D Scampi

📋 copy color: '#715B9D'

red 113 ◦ green 91 ◦ blue 157

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

Shades of Scampi #715B9D

Tints of Scampi #715B9D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.21%

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

R = 31.3%
G = 25.21%
B = 43.49%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#715B9D (or 0x715B9D) is known color: Scampi. HEX triplet: 71, 5B and 9D. RGB value is (113,91,157). Sum of RGB (Red+Green+Blue) = 113+91+157=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 157 - color contains mainly: blue. Hex color #715B9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715B9D is #8EA462. Grayscale: #686868. Windows color (decimal): -9348195 or 10312561. OLE color: 10312561.

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

Color convert

RGB 113 91 157 -
CMYK 0.28 0.42 0 0.38
HSL 260º 0.27% 0.49% -
HSV(B) 260º 0.42% 0.62% -
XYZ 16.64 13.43 33.61 -
YUV 105.1 157.29 133.63 -
System Red Green Blue C M Y K H S L
Decimal 113 91 157 0.28 0.42 0 0.38 260 0.27 0.49
Hex 71 5B 9D 1C 2A 0 26 104 1B 31
Octal 161 133 235 34 52 0 46 404 33 61
Binary 1110001 1011011 10011101 11100 101010 0 100110 100000100 11011 110001

Color Harmonies of #715B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715B9D

Black with #715B9D

Text Example


Text Example

White with #715B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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