Html Css Color HEX #7563AA Scampi

📋 copy color: '#7563AA'

red 117 ◦ green 99 ◦ blue 170

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

Shades of Scampi #7563AA

Tints of Scampi #7563AA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.65%

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

R = 30.31%
G = 25.65%
B = 44.04%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7563AA (or 0x7563AA) is known color: Scampi. HEX triplet: 75, 63 and AA. RGB value is (117,99,170). Sum of RGB (Red+Green+Blue) = 117+99+170=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 99 (39.06% from 255 or 25.65% 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 #7563AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7563AA is #8A9C55. Grayscale: #707070. Windows color (decimal): -9083990 or 11166581. OLE color: 11166581.

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

Color convert

RGB 117 99 170 -
CMYK 0.31 0.42 0 0.33
HSL 255.21º 0.29% 0.53% -
HSV(B) 255.21º 0.42% 0.67% -
XYZ 19.05 15.61 40.04 -
YUV 112.48 160.46 131.23 -
System Red Green Blue C M Y K H S L
Decimal 117 99 170 0.31 0.42 0 0.33 255.21 0.29 0.53
Hex 75 63 AA 1F 2A 0 21 FF 1D 35
Octal 165 143 252 37 52 0 41 377 35 65
Binary 1110101 1100011 10101010 11111 101010 0 100001 11111111 11101 110101

Color Harmonies of #7563AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7563AA

Black with #7563AA

Text Example


Text Example

White with #7563AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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