Html Css Color HEX #7461AB Scampi

📋 copy color: '#7461AB'

red 116 ◦ green 97 ◦ blue 171

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

Shades of Scampi #7461AB

Tints of Scampi #7461AB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.26%

 BLUE value IS 171 (67.19% from 255) = 44.53%

R = 30.21%
G = 25.26%
B = 44.53%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7461AB (or 0x7461AB) is known color: Scampi. HEX triplet: 74, 61 and AB. RGB value is (116,97,171). Sum of RGB (Red+Green+Blue) = 116+97+171=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #7461AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7461AB is #8B9E54. Grayscale: #6E6E6E. Windows color (decimal): -9150037 or 11231604. OLE color: 11231604.

HSL color Cylindrical-coordinate representation of color #7461AB: hue angle of 255.41º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7461AB is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 97 171 -
CMYK 0.32 0.43 0 0.33
HSL 255.41º 0.31% 0.53% -
HSV(B) 255.41º 0.43% 0.67% -
XYZ 18.83 15.2 40.47 -
YUV 111.12 161.79 131.48 -
System Red Green Blue C M Y K H S L
Decimal 116 97 171 0.32 0.43 0 0.33 255.41 0.31 0.53
Hex 74 61 AB 20 2B 0 21 FF 1F 35
Octal 164 141 253 40 53 0 41 377 37 65
Binary 1110100 1100001 10101011 100000 101011 0 100001 11111111 11111 110101

Color Harmonies of #7461AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7461AB

Black with #7461AB

Text Example


Text Example

White with #7461AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7461AB; }

 p { color: rgb(116,97,171); }

 H1.HeaderClassName
 {
   color: #7461AB;
 }
 .AnyTagClassName
 {
   color: #7461AB;
 }
</style>

background-color css

<style>
 a { background-color: #7461AB; }

 a { background-color: rgb(116,97,171); }

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

border-color css

<style>
 span { border-color: #7461AB; }

 span { border-color: rgb(116,97,171); }

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