Html Css Color HEX #73649F Scampi

📋 copy color: '#73649F'

red 115 ◦ green 100 ◦ blue 159

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

Shades of Scampi #73649F

Tints of Scampi #73649F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.51%

R = 30.75%
G = 26.74%
B = 42.51%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73649F (or 0x73649F) is known color: Scampi. HEX triplet: 73, 64 and 9F. RGB value is (115,100,159). Sum of RGB (Red+Green+Blue) = 115+100+159=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #73649F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73649F is #8C9B60. Grayscale: #6E6E6E. Windows color (decimal): -9214817 or 10445939. OLE color: 10445939.

HSL color Cylindrical-coordinate representation of color #73649F: hue angle of 255.25º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #73649F is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 100 159 -
CMYK 0.28 0.37 0 0.38
HSL 255.25º 0.24% 0.51% -
HSV(B) 255.25º 0.37% 0.62% -
XYZ 17.89 15.26 34.8 -
YUV 111.21 154.97 130.7 -
System Red Green Blue C M Y K H S L
Decimal 115 100 159 0.28 0.37 0 0.38 255.25 0.24 0.51
Hex 73 64 9F 1C 25 0 26 FF 18 33
Octal 163 144 237 34 45 0 46 377 30 63
Binary 1110011 1100100 10011111 11100 100101 0 100110 11111111 11000 110011

Color Harmonies of #73649F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73649F

Black with #73649F

Text Example


Text Example

White with #73649F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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