Html Css Color HEX #7362AC Scampi

📋 copy color: '#7362AC'

red 115 ◦ green 98 ◦ blue 172

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

Shades of Scampi #7362AC

Tints of Scampi #7362AC

RGB

 RED value IS 115 (45.31% from 255) = 29.87%

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

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

R = 29.87%
G = 25.45%
B = 44.68%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7362AC (or 0x7362AC) is known color: Scampi. HEX triplet: 73, 62 and AC. RGB value is (115,98,172). Sum of RGB (Red+Green+Blue) = 115+98+172=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #7362AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7362AC is #8C9D53. Grayscale: #6F6F6F. Windows color (decimal): -9215316 or 11297395. OLE color: 11297395.

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

Color convert

RGB 115 98 172 -
CMYK 0.33 0.43 0 0.33
HSL 253.78º 0.31% 0.53% -
HSV(B) 253.78º 0.43% 0.67% -
XYZ 18.88 15.36 41 -
YUV 111.52 162.13 130.48 -
System Red Green Blue C M Y K H S L
Decimal 115 98 172 0.33 0.43 0 0.33 253.78 0.31 0.53
Hex 73 62 AC 21 2B 0 21 FE 1F 35
Octal 163 142 254 41 53 0 41 376 37 65
Binary 1110011 1100010 10101100 100001 101011 0 100001 11111110 11111 110101

Color Harmonies of #7362AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7362AC

Black with #7362AC

Text Example


Text Example

White with #7362AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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