Html Css Color HEX #7562AC Scampi

📋 copy color: '#7562AC'

red 117 ◦ green 98 ◦ blue 172

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

Shades of Scampi #7562AC

Tints of Scampi #7562AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.44%

R = 30.23%
G = 25.32%
B = 44.44%

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

#7562AC (or 0x7562AC) is known color: Scampi. HEX triplet: 75, 62 and AC. RGB value is (117,98,172). Sum of RGB (Red+Green+Blue) = 117+98+172=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #7562AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7562AC is #8A9D53. Grayscale: #6F6F6F. Windows color (decimal): -9084244 or 11297397. OLE color: 11297397.

HSL color Cylindrical-coordinate representation of color #7562AC: 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 #7562AC is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 98 172 -
CMYK 0.32 0.43 0 0.33
HSL 255.41º 0.31% 0.53% -
HSV(B) 255.41º 0.43% 0.67% -
XYZ 19.15 15.5 41.01 -
YUV 112.12 161.79 131.48 -
System Red Green Blue C M Y K H S L
Decimal 117 98 172 0.32 0.43 0 0.33 255.41 0.31 0.53
Hex 75 62 AC 20 2B 0 21 FF 1F 35
Octal 165 142 254 40 53 0 41 377 37 65
Binary 1110101 1100010 10101100 100000 101011 0 100001 11111111 11111 110101

Color Harmonies of #7562AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7562AC

Black with #7562AC

Text Example


Text Example

White with #7562AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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