Html Css Color HEX #746597 Scampi

📋 copy color: '#746597'

red 116 ◦ green 101 ◦ blue 151

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

Shades of Scampi #746597

Tints of Scampi #746597

RGB

 RED value IS 116 (45.7% from 255) = 31.52%

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

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

R = 31.52%
G = 27.45%
B = 41.03%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#746597 (or 0x746597) is known color: Scampi. HEX triplet: 74, 65 and 97. RGB value is (116,101,151). Sum of RGB (Red+Green+Blue) = 116+101+151=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 151 (59.38% from 255 or 41.03% from 368); Max value from RGB is 151 - color contains mainly: blue. Hex color #746597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746597 is #8B9A68. Grayscale: #6E6E6E. Windows color (decimal): -9149033 or 9921908. OLE color: 9921908.

HSL color Cylindrical-coordinate representation of color #746597: hue angle of 258º 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 #746597 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 101 151 -
CMYK 0.23 0.33 0 0.41
HSL 258º 0.2% 0.49% -
HSV(B) 258º 0.33% 0.59% -
XYZ 17.44 15.25 31.3 -
YUV 111.19 150.47 131.43 -
System Red Green Blue C M Y K H S L
Decimal 116 101 151 0.23 0.33 0 0.41 258 0.2 0.49
Hex 74 65 97 17 21 0 29 102 14 31
Octal 164 145 227 27 41 0 51 402 24 61
Binary 1110100 1100101 10010111 10111 100001 0 101001 100000010 10100 110001

Color Harmonies of #746597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746597

Black with #746597

Text Example


Text Example

White with #746597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746597; }

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

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

background-color css

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

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

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

border-color css

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

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

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