Html Css Color HEX #736199 Scampi

📋 copy color: '#736199'

red 115 ◦ green 97 ◦ blue 153

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

Shades of Scampi #736199

Tints of Scampi #736199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 41.92%

R = 31.51%
G = 26.58%
B = 41.92%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#736199 (or 0x736199) is known color: Scampi. HEX triplet: 73, 61 and 99. RGB value is (115,97,153). Sum of RGB (Red+Green+Blue) = 115+97+153=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 153 - color contains mainly: blue. Hex color #736199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736199 is #8C9E66. Grayscale: #6C6C6C. Windows color (decimal): -9215591 or 10051955. OLE color: 10051955.

HSL color Cylindrical-coordinate representation of color #736199: hue angle of 259.29º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #736199 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 115 97 153 -
CMYK 0.25 0.37 0 0.4
HSL 259.29º 0.22% 0.49% -
HSV(B) 259.29º 0.37% 0.6% -
XYZ 17.09 14.49 32.03 -
YUV 108.77 152.96 132.45 -
System Red Green Blue C M Y K H S L
Decimal 115 97 153 0.25 0.37 0 0.4 259.29 0.22 0.49
Hex 73 61 99 19 25 0 28 103 16 31
Octal 163 141 231 31 45 0 50 403 26 61
Binary 1110011 1100001 10011001 11001 100101 0 101000 100000011 10110 110001

Color Harmonies of #736199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736199

Black with #736199

Text Example


Text Example

White with #736199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736199; }

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

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

background-color css

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

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

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

border-color css

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

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

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