Html Css Color HEX #73619B Scampi

📋 copy color: '#73619B'

red 115 ◦ green 97 ◦ blue 155

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

Shades of Scampi #73619B

Tints of Scampi #73619B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.43%

 BLUE value IS 155 (60.94% from 255) = 42.23%

R = 31.34%
G = 26.43%
B = 42.23%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#73619B (or 0x73619B) is known color: Scampi. HEX triplet: 73, 61 and 9B. RGB value is (115,97,155). Sum of RGB (Red+Green+Blue) = 115+97+155=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #73619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73619B is #8C9E64. Grayscale: #6C6C6C. Windows color (decimal): -9215589 or 10183027. OLE color: 10183027.

HSL color Cylindrical-coordinate representation of color #73619B: hue angle of 258.62º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #73619B is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 115 97 155 -
CMYK 0.26 0.37 0 0.39
HSL 258.62º 0.23% 0.49% -
HSV(B) 258.62º 0.37% 0.61% -
XYZ 17.26 14.56 32.91 -
YUV 108.99 153.96 132.28 -
System Red Green Blue C M Y K H S L
Decimal 115 97 155 0.26 0.37 0 0.39 258.62 0.23 0.49
Hex 73 61 9B 1A 25 0 27 103 17 31
Octal 163 141 233 32 45 0 47 403 27 61
Binary 1110011 1100001 10011011 11010 100101 0 100111 100000011 10111 110001

Color Harmonies of #73619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73619B

Black with #73619B

Text Example


Text Example

White with #73619B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73619B; }

 p { color: rgb(115,97,155); }

 H1.HeaderClassName
 {
   color: #73619B;
 }
 .AnyTagClassName
 {
   color: #73619B;
 }
</style>

background-color css

<style>
 a { background-color: #73619B; }

 a { background-color: rgb(115,97,155); }

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

border-color css

<style>
 span { border-color: #73619B; }

 span { border-color: rgb(115,97,155); }

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