Html Css Color HEX #7464AA Scampi

📋 copy color: '#7464AA'

red 116 ◦ green 100 ◦ blue 170

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

Shades of Scampi #7464AA

Tints of Scampi #7464AA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.91%

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

R = 30.05%
G = 25.91%
B = 44.04%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7464AA (or 0x7464AA) is known color: Scampi. HEX triplet: 74, 64 and AA. RGB value is (116,100,170). Sum of RGB (Red+Green+Blue) = 116+100+170=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #7464AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7464AA is #8B9B55. Grayscale: #707070. Windows color (decimal): -9149270 or 11166836. OLE color: 11166836.

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

Color convert

RGB 116 100 170 -
CMYK 0.32 0.41 0 0.33
HSL 253.71º 0.29% 0.53% -
HSV(B) 253.71º 0.41% 0.67% -
XYZ 19.02 15.73 40.06 -
YUV 112.76 160.3 130.31 -
System Red Green Blue C M Y K H S L
Decimal 116 100 170 0.32 0.41 0 0.33 253.71 0.29 0.53
Hex 74 64 AA 20 29 0 21 FE 1D 35
Octal 164 144 252 40 51 0 41 376 35 65
Binary 1110100 1100100 10101010 100000 101001 0 100001 11111110 11101 110101

Color Harmonies of #7464AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7464AA

Black with #7464AA

Text Example


Text Example

White with #7464AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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