Html Css Color HEX #7564AA Scampi

📋 copy color: '#7564AA'

red 117 ◦ green 100 ◦ blue 170

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

Shades of Scampi #7564AA

Tints of Scampi #7564AA

RGB

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

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

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

R = 30.23%
G = 25.84%
B = 43.93%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7564AA (or 0x7564AA) is known color: Scampi. HEX triplet: 75, 64 and AA. RGB value is (117,100,170). Sum of RGB (Red+Green+Blue) = 117+100+170=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #7564AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7564AA is #8A9B55. Grayscale: #707070. Windows color (decimal): -9083734 or 11166837. OLE color: 11166837.

HSL color Cylindrical-coordinate representation of color #7564AA: hue angle of 254.57º 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 #7564AA is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 100 170 -
CMYK 0.31 0.41 0 0.33
HSL 254.57º 0.29% 0.53% -
HSV(B) 254.57º 0.41% 0.67% -
XYZ 19.15 15.8 40.07 -
YUV 113.06 160.13 130.81 -
System Red Green Blue C M Y K H S L
Decimal 117 100 170 0.31 0.41 0 0.33 254.57 0.29 0.53
Hex 75 64 AA 1F 29 0 21 FF 1D 35
Octal 165 144 252 37 51 0 41 377 35 65
Binary 1110101 1100100 10101010 11111 101001 0 100001 11111111 11101 110101

Color Harmonies of #7564AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7564AA

Black with #7564AA

Text Example


Text Example

White with #7564AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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