Html Css Color HEX #715A9E Scampi

📋 copy color: '#715A9E'

red 113 ◦ green 90 ◦ blue 158

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

Shades of Scampi #715A9E

Tints of Scampi #715A9E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.93%

 BLUE value IS 158 (62.11% from 255) = 43.77%

R = 31.3%
G = 24.93%
B = 43.77%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#715A9E (or 0x715A9E) is known color: Scampi. HEX triplet: 71, 5A and 9E. RGB value is (113,90,158). Sum of RGB (Red+Green+Blue) = 113+90+158=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 158 - color contains mainly: blue. Hex color #715A9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715A9E is #8EA561. Grayscale: #686868. Windows color (decimal): -9348450 or 10377841. OLE color: 10377841.

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

Color convert

RGB 113 90 158 -
CMYK 0.28 0.43 0 0.38
HSL 260.29º 0.27% 0.49% -
HSV(B) 260.29º 0.43% 0.62% -
XYZ 16.64 13.29 34.04 -
YUV 104.63 158.12 133.97 -
System Red Green Blue C M Y K H S L
Decimal 113 90 158 0.28 0.43 0 0.38 260.29 0.27 0.49
Hex 71 5A 9E 1C 2B 0 26 104 1B 31
Octal 161 132 236 34 53 0 46 404 33 61
Binary 1110001 1011010 10011110 11100 101011 0 100110 100000100 11011 110001

Color Harmonies of #715A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715A9E

Black with #715A9E

Text Example


Text Example

White with #715A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,90,158); }

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

background-color css

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

 a { background-color: rgb(113,90,158); }

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

border-color css

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

 span { border-color: rgb(113,90,158); }

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