Html Css Color HEX #715C9C Scampi

📋 copy color: '#715C9C'

red 113 ◦ green 92 ◦ blue 156

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

Shades of Scampi #715C9C

Tints of Scampi #715C9C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.48%

 BLUE value IS 156 (61.33% from 255) = 43.21%

R = 31.3%
G = 25.48%
B = 43.21%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#715C9C (or 0x715C9C) is known color: Scampi. HEX triplet: 71, 5C and 9C. RGB value is (113,92,156). Sum of RGB (Red+Green+Blue) = 113+92+156=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 156 - color contains mainly: blue. Hex color #715C9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715C9C is #8EA363. Grayscale: #696969. Windows color (decimal): -9347940 or 10247281. OLE color: 10247281.

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

Color convert

RGB 113 92 156 -
CMYK 0.28 0.41 0 0.39
HSL 259.69º 0.26% 0.49% -
HSV(B) 259.69º 0.41% 0.61% -
XYZ 16.64 13.57 33.19 -
YUV 105.58 156.46 133.3 -
System Red Green Blue C M Y K H S L
Decimal 113 92 156 0.28 0.41 0 0.39 259.69 0.26 0.49
Hex 71 5C 9C 1C 29 0 27 104 1A 31
Octal 161 134 234 34 51 0 47 404 32 61
Binary 1110001 1011100 10011100 11100 101001 0 100111 100000100 11010 110001

Color Harmonies of #715C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715C9C

Black with #715C9C

Text Example


Text Example

White with #715C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,92,156); }

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

background-color css

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

 a { background-color: rgb(113,92,156); }

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

border-color css

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

 span { border-color: rgb(113,92,156); }

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