Html Css Color HEX #736597 Scampi

📋 copy color: '#736597'

red 115 ◦ green 101 ◦ blue 151

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

Shades of Scampi #736597

Tints of Scampi #736597

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.52%

 BLUE value IS 151 (59.38% from 255) = 41.14%

R = 31.34%
G = 27.52%
B = 41.14%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#736597 (or 0x736597) is known color: Scampi. HEX triplet: 73, 65 and 97. RGB value is (115,101,151). Sum of RGB (Red+Green+Blue) = 115+101+151=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 151 (59.38% from 255 or 41.14% from 367); Max value from RGB is 151 - color contains mainly: blue. Hex color #736597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736597 is #8C9A68. Grayscale: #6E6E6E. Windows color (decimal): -9214569 or 9921907. OLE color: 9921907.

HSL color Cylindrical-coordinate representation of color #736597: hue angle of 256.8º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #736597 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 101 151 -
CMYK 0.24 0.33 0 0.41
HSL 256.8º 0.2% 0.49% -
HSV(B) 256.8º 0.33% 0.59% -
XYZ 17.31 15.19 31.3 -
YUV 110.89 150.64 130.93 -
System Red Green Blue C M Y K H S L
Decimal 115 101 151 0.24 0.33 0 0.41 256.8 0.2 0.49
Hex 73 65 97 18 21 0 29 101 14 31
Octal 163 145 227 30 41 0 51 401 24 61
Binary 1110011 1100101 10010111 11000 100001 0 101001 100000001 10100 110001

Color Harmonies of #736597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736597

Black with #736597

Text Example


Text Example

White with #736597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736597; }

 p { color: rgb(115,101,151); }

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

background-color css

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

 a { background-color: rgb(115,101,151); }

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

border-color css

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

 span { border-color: rgb(115,101,151); }

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