Html Css Color HEX #7362AA Scampi

📋 copy color: '#7362AA'

red 115 ◦ green 98 ◦ blue 170

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

Shades of Scampi #7362AA

Tints of Scampi #7362AA

RGB

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

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

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

R = 30.03%
G = 25.59%
B = 44.39%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7362AA (or 0x7362AA) is known color: Scampi. HEX triplet: 73, 62 and AA. RGB value is (115,98,170). Sum of RGB (Red+Green+Blue) = 115+98+170=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #7362AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7362AA is #8C9D55. Grayscale: #6F6F6F. Windows color (decimal): -9215318 or 11166323. OLE color: 11166323.

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

Color convert

RGB 115 98 170 -
CMYK 0.32 0.42 0 0.33
HSL 254.17º 0.3% 0.53% -
HSV(B) 254.17º 0.42% 0.67% -
XYZ 18.69 15.28 39.99 -
YUV 111.29 161.13 130.65 -
System Red Green Blue C M Y K H S L
Decimal 115 98 170 0.32 0.42 0 0.33 254.17 0.3 0.53
Hex 73 62 AA 20 2A 0 21 FE 1E 35
Octal 163 142 252 40 52 0 41 376 36 65
Binary 1110011 1100010 10101010 100000 101010 0 100001 11111110 11110 110101

Color Harmonies of #7362AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7362AA

Black with #7362AA

Text Example


Text Example

White with #7362AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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