Html Css Color HEX #715E9B Scampi

📋 copy color: '#715E9B'

red 113 ◦ green 94 ◦ blue 155

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

Shades of Scampi #715E9B

Tints of Scampi #715E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.82%

R = 31.22%
G = 25.97%
B = 42.82%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#715E9B (or 0x715E9B) is known color: Scampi. HEX triplet: 71, 5E and 9B. RGB value is (113,94,155). Sum of RGB (Red+Green+Blue) = 113+94+155=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #715E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715E9B is #8EA164. Grayscale: #6A6A6A. Windows color (decimal): -9347429 or 10182257. OLE color: 10182257.

HSL color Cylindrical-coordinate representation of color #715E9B: hue angle of 258.69º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #715E9B is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 94 155 -
CMYK 0.27 0.39 0 0.39
HSL 258.69º 0.24% 0.49% -
HSV(B) 258.69º 0.39% 0.61% -
XYZ 16.73 13.88 32.81 -
YUV 106.64 155.29 132.54 -
System Red Green Blue C M Y K H S L
Decimal 113 94 155 0.27 0.39 0 0.39 258.69 0.24 0.49
Hex 71 5E 9B 1B 27 0 27 103 18 31
Octal 161 136 233 33 47 0 47 403 30 61
Binary 1110001 1011110 10011011 11011 100111 0 100111 100000011 11000 110001

Color Harmonies of #715E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715E9B

Black with #715E9B

Text Example


Text Example

White with #715E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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