Html Css Color HEX #7571AC Scampi

📋 copy color: '#7571AC'

red 117 ◦ green 113 ◦ blue 172

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

Shades of Scampi #7571AC

Tints of Scampi #7571AC

RGB

 RED value IS 117 (46.09% from 255) = 29.1%

 GREEN value IS 113 (44.53% from 255) = 28.11%

 BLUE value IS 172 (67.58% from 255) = 42.79%

R = 29.1%
G = 28.11%
B = 42.79%

CMYK

 C value IS 0.32

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7571AC (or 0x7571AC) is known color: Scampi. HEX triplet: 75, 71 and AC. RGB value is (117,113,172). Sum of RGB (Red+Green+Blue) = 117+113+172=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 172 - color contains mainly: blue. Hex color #7571AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7571AC is #8A8E53. Grayscale: #787878. Windows color (decimal): -9080404 or 11301237. OLE color: 11301237.

HSL color Cylindrical-coordinate representation of color #7571AC: hue angle of 244.07º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7571AC is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 113 172 -
CMYK 0.32 0.34 0 0.33
HSL 244.07º 0.26% 0.56% -
HSV(B) 244.07º 0.34% 0.67% -
XYZ 20.69 18.57 41.52 -
YUV 120.92 156.83 125.2 -
System Red Green Blue C M Y K H S L
Decimal 117 113 172 0.32 0.34 0 0.33 244.07 0.26 0.56
Hex 75 71 AC 20 22 0 21 F4 1A 38
Octal 165 161 254 40 42 0 41 364 32 70
Binary 1110101 1110001 10101100 100000 100010 0 100001 11110100 11010 111000

Color Harmonies of #7571AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7571AC

Black with #7571AC

Text Example


Text Example

White with #7571AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7571AC; }

 p { color: rgb(117,113,172); }

 H1.HeaderClassName
 {
   color: #7571AC;
 }
 .AnyTagClassName
 {
   color: #7571AC;
 }
</style>

background-color css

<style>
 a { background-color: #7571AC; }

 a { background-color: rgb(117,113,172); }

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

border-color css

<style>
 span { border-color: #7571AC; }

 span { border-color: rgb(117,113,172); }

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