Html Css Color HEX #73619D Scampi

📋 copy color: '#73619D'

red 115 ◦ green 97 ◦ blue 157

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

Shades of Scampi #73619D

Tints of Scampi #73619D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.55%

R = 31.17%
G = 26.29%
B = 42.55%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73619D (or 0x73619D) is known color: Scampi. HEX triplet: 73, 61 and 9D. RGB value is (115,97,157). Sum of RGB (Red+Green+Blue) = 115+97+157=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #73619D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73619D is #8C9E62. Grayscale: #6C6C6C. Windows color (decimal): -9215587 or 10314099. OLE color: 10314099.

HSL color Cylindrical-coordinate representation of color #73619D: hue angle of 258º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73619D is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 97 157 -
CMYK 0.27 0.38 0 0.38
HSL 258º 0.24% 0.5% -
HSV(B) 258º 0.38% 0.62% -
XYZ 17.43 14.63 33.8 -
YUV 109.22 154.96 132.12 -
System Red Green Blue C M Y K H S L
Decimal 115 97 157 0.27 0.38 0 0.38 258 0.24 0.5
Hex 73 61 9D 1B 26 0 26 102 18 32
Octal 163 141 235 33 46 0 46 402 30 62
Binary 1110011 1100001 10011101 11011 100110 0 100110 100000010 11000 110010

Color Harmonies of #73619D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73619D

Black with #73619D

Text Example


Text Example

White with #73619D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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