Html Css Color HEX #715BA1 Scampi

📋 copy color: '#715BA1'

red 113 ◦ green 91 ◦ blue 161

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

Shades of Scampi #715BA1

Tints of Scampi #715BA1

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.93%

 BLUE value IS 161 (63.28% from 255) = 44.11%

R = 30.96%
G = 24.93%
B = 44.11%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#715BA1 (or 0x715BA1) is known color: Scampi. HEX triplet: 71, 5B and A1. RGB value is (113,91,161). Sum of RGB (Red+Green+Blue) = 113+91+161=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 161 (63.28% from 255 or 44.11% from 365); Max value from RGB is 161 - color contains mainly: blue. Hex color #715BA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715BA1 is #8EA45E. Grayscale: #696969. Windows color (decimal): -9348191 or 10574705. OLE color: 10574705.

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

Color convert

RGB 113 91 161 -
CMYK 0.30 0.43 0 0.37
HSL 258.86º 0.28% 0.49% -
HSV(B) 258.86º 0.43% 0.63% -
XYZ 16.98 13.57 35.44 -
YUV 105.56 159.29 133.31 -
System Red Green Blue C M Y K H S L
Decimal 113 91 161 0.30 0.43 0 0.37 258.86 0.28 0.49
Hex 71 5B A1 1E 2B 0 25 103 1C 31
Octal 161 133 241 36 53 0 45 403 34 61
Binary 1110001 1011011 10100001 11110 101011 0 100101 100000011 11100 110001

Color Harmonies of #715BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715BA1

Black with #715BA1

Text Example


Text Example

White with #715BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,91,161); }

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

background-color css

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

 a { background-color: rgb(113,91,161); }

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

border-color css

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

 span { border-color: rgb(113,91,161); }

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