Html Css Color HEX #7363AB Scampi

📋 copy color: '#7363AB'

red 115 ◦ green 99 ◦ blue 171

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

Shades of Scampi #7363AB

Tints of Scampi #7363AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.42%

R = 29.87%
G = 25.71%
B = 44.42%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7363AB (or 0x7363AB) is known color: Scampi. HEX triplet: 73, 63 and AB. RGB value is (115,99,171). Sum of RGB (Red+Green+Blue) = 115+99+171=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #7363AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7363AB is #8C9C54. Grayscale: #6F6F6F. Windows color (decimal): -9215061 or 11232115. OLE color: 11232115.

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

Color convert

RGB 115 99 171 -
CMYK 0.33 0.42 0 0.33
HSL 253.33º 0.3% 0.53% -
HSV(B) 253.33º 0.42% 0.67% -
XYZ 18.88 15.51 40.53 -
YUV 111.99 161.3 130.15 -
System Red Green Blue C M Y K H S L
Decimal 115 99 171 0.33 0.42 0 0.33 253.33 0.3 0.53
Hex 73 63 AB 21 2A 0 21 FD 1E 35
Octal 163 143 253 41 52 0 41 375 36 65
Binary 1110011 1100011 10101011 100001 101010 0 100001 11111101 11110 110101

Color Harmonies of #7363AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7363AB

Black with #7363AB

Text Example


Text Example

White with #7363AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7363AB; }

 p { color: rgb(115,99,171); }

 H1.HeaderClassName
 {
   color: #7363AB;
 }
 .AnyTagClassName
 {
   color: #7363AB;
 }
</style>

background-color css

<style>
 a { background-color: #7363AB; }

 a { background-color: rgb(115,99,171); }

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

border-color css

<style>
 span { border-color: #7363AB; }

 span { border-color: rgb(115,99,171); }

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