Html Css Color HEX #7471AA Scampi

📋 copy color: '#7471AA'

red 116 ◦ green 113 ◦ blue 170

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

Shades of Scampi #7471AA

Tints of Scampi #7471AA

RGB

 RED value IS 116 (45.7% from 255) = 29.07%

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

 BLUE value IS 170 (66.8% from 255) = 42.61%

R = 29.07%
G = 28.32%
B = 42.61%

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

#7471AA (or 0x7471AA) is known color: Scampi. HEX triplet: 74, 71 and AA. RGB value is (116,113,170). Sum of RGB (Red+Green+Blue) = 116+113+170=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #7471AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7471AA is #8B8E55. Grayscale: #787878. Windows color (decimal): -9145942 or 11170164. OLE color: 11170164.

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

Color convert

RGB 116 113 170 -
CMYK 0.32 0.34 0 0.33
HSL 243.16º 0.25% 0.55% -
HSV(B) 243.16º 0.34% 0.67% -
XYZ 20.36 18.43 40.51 -
YUV 120.4 155.99 124.87 -
System Red Green Blue C M Y K H S L
Decimal 116 113 170 0.32 0.34 0 0.33 243.16 0.25 0.55
Hex 74 71 AA 20 22 0 21 F3 19 37
Octal 164 161 252 40 42 0 41 363 31 67
Binary 1110100 1110001 10101010 100000 100010 0 100001 11110011 11001 110111

Color Harmonies of #7471AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7471AA

Black with #7471AA

Text Example


Text Example

White with #7471AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7471AA; }

 p { color: rgb(116,113,170); }

 H1.HeaderClassName
 {
   color: #7471AA;
 }
 .AnyTagClassName
 {
   color: #7471AA;
 }
</style>

background-color css

<style>
 a { background-color: #7471AA; }

 a { background-color: rgb(116,113,170); }

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

border-color css

<style>
 span { border-color: #7471AA; }

 span { border-color: rgb(116,113,170); }

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