Html Css Color HEX #73649A Scampi

📋 copy color: '#73649A'

red 115 ◦ green 100 ◦ blue 154

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

Shades of Scampi #73649A

Tints of Scampi #73649A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.1%

 BLUE value IS 154 (60.55% from 255) = 41.73%

R = 31.17%
G = 27.1%
B = 41.73%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#73649A (or 0x73649A) is known color: Scampi. HEX triplet: 73, 64 and 9A. RGB value is (115,100,154). Sum of RGB (Red+Green+Blue) = 115+100+154=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 154 - color contains mainly: blue. Hex color #73649A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73649A is #8C9B65. Grayscale: #6E6E6E. Windows color (decimal): -9214822 or 10118259. OLE color: 10118259.

HSL color Cylindrical-coordinate representation of color #73649A: hue angle of 256.67º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #73649A is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 115 100 154 -
CMYK 0.25 0.35 0 0.40
HSL 256.67º 0.21% 0.5% -
HSV(B) 256.67º 0.35% 0.6% -
XYZ 17.46 15.09 32.56 -
YUV 110.64 152.47 131.11 -
System Red Green Blue C M Y K H S L
Decimal 115 100 154 0.25 0.35 0 0.40 256.67 0.21 0.5
Hex 73 64 9A 19 23 0 28 101 15 32
Octal 163 144 232 31 43 0 50 401 25 62
Binary 1110011 1100100 10011010 11001 100011 0 101000 100000001 10101 110010

Color Harmonies of #73649A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73649A

Black with #73649A

Text Example


Text Example

White with #73649A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73649A; }

 p { color: rgb(115,100,154); }

 H1.HeaderClassName
 {
   color: #73649A;
 }
 .AnyTagClassName
 {
   color: #73649A;
 }
</style>

background-color css

<style>
 a { background-color: #73649A; }

 a { background-color: rgb(115,100,154); }

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

border-color css

<style>
 span { border-color: #73649A; }

 span { border-color: rgb(115,100,154); }

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