Html Css Color HEX #7562AA Scampi

📋 copy color: '#7562AA'

red 117 ◦ green 98 ◦ blue 170

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

Shades of Scampi #7562AA

Tints of Scampi #7562AA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.45%

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

R = 30.39%
G = 25.45%
B = 44.16%

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

#7562AA (or 0x7562AA) is known color: Scampi. HEX triplet: 75, 62 and AA. RGB value is (117,98,170). Sum of RGB (Red+Green+Blue) = 117+98+170=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #7562AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7562AA is #8A9D55. Grayscale: #6F6F6F. Windows color (decimal): -9084246 or 11166325. OLE color: 11166325.

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

Color convert

RGB 117 98 170 -
CMYK 0.31 0.42 0 0.33
HSL 255.83º 0.3% 0.53% -
HSV(B) 255.83º 0.42% 0.67% -
XYZ 18.96 15.42 40.01 -
YUV 111.89 160.79 131.65 -
System Red Green Blue C M Y K H S L
Decimal 117 98 170 0.31 0.42 0 0.33 255.83 0.3 0.53
Hex 75 62 AA 1F 2A 0 21 100 1E 35
Octal 165 142 252 37 52 0 41 400 36 65
Binary 1110101 1100010 10101010 11111 101010 0 100001 100000000 11110 110101

Color Harmonies of #7562AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7562AA

Black with #7562AA

Text Example


Text Example

White with #7562AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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