Html Css Color HEX #715AA3 Scampi

📋 copy color: '#715AA3'

red 113 ◦ green 90 ◦ blue 163

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

Shades of Scampi #715AA3

Tints of Scampi #715AA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 44.54%

R = 30.87%
G = 24.59%
B = 44.54%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#715AA3 (or 0x715AA3) is known color: Scampi. HEX triplet: 71, 5A and A3. RGB value is (113,90,163). Sum of RGB (Red+Green+Blue) = 113+90+163=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 163 (64.06% from 255 or 44.54% from 366); Max value from RGB is 163 - color contains mainly: blue. Hex color #715AA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715AA3 is #8EA55C. Grayscale: #686868. Windows color (decimal): -9348445 or 10705521. OLE color: 10705521.

HSL color Cylindrical-coordinate representation of color #715AA3: hue angle of 258.9º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #715AA3 is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 90 163 -
CMYK 0.31 0.45 0 0.36
HSL 258.9º 0.29% 0.5% -
HSV(B) 258.9º 0.45% 0.64% -
XYZ 17.08 13.47 36.35 -
YUV 105.2 160.62 133.56 -
System Red Green Blue C M Y K H S L
Decimal 113 90 163 0.31 0.45 0 0.36 258.9 0.29 0.5
Hex 71 5A A3 1F 2D 0 24 103 1D 32
Octal 161 132 243 37 55 0 44 403 35 62
Binary 1110001 1011010 10100011 11111 101101 0 100100 100000011 11101 110010

Color Harmonies of #715AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715AA3

Black with #715AA3

Text Example


Text Example

White with #715AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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