Html Css Color HEX #715AA6 Scampi

📋 copy color: '#715AA6'

red 113 ◦ green 90 ◦ blue 166

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

Shades of Scampi #715AA6

Tints of Scampi #715AA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 44.99%

R = 30.62%
G = 24.39%
B = 44.99%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#715AA6 (or 0x715AA6) is known color: Scampi. HEX triplet: 71, 5A and A6. RGB value is (113,90,166). Sum of RGB (Red+Green+Blue) = 113+90+166=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 166 (65.23% from 255 or 44.99% from 369); Max value from RGB is 166 - color contains mainly: blue. Hex color #715AA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715AA6 is #8EA559. Grayscale: #696969. Windows color (decimal): -9348442 or 10902129. OLE color: 10902129.

HSL color Cylindrical-coordinate representation of color #715AA6: hue angle of 258.16º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #715AA6 is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 113 90 166 -
CMYK 0.32 0.46 0 0.35
HSL 258.16º 0.3% 0.5% -
HSV(B) 258.16º 0.46% 0.65% -
XYZ 17.35 13.58 37.78 -
YUV 105.54 162.12 133.32 -
System Red Green Blue C M Y K H S L
Decimal 113 90 166 0.32 0.46 0 0.35 258.16 0.3 0.5
Hex 71 5A A6 20 2E 0 23 102 1E 32
Octal 161 132 246 40 56 0 43 402 36 62
Binary 1110001 1011010 10100110 100000 101110 0 100011 100000010 11110 110010

Color Harmonies of #715AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715AA6

Black with #715AA6

Text Example


Text Example

White with #715AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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