Html Css Color HEX #745D99 Scampi

📋 copy color: '#745D99'

red 116 ◦ green 93 ◦ blue 153

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

Shades of Scampi #745D99

Tints of Scampi #745D99

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.69%

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

R = 32.04%
G = 25.69%
B = 42.27%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#745D99 (or 0x745D99) is known color: Scampi. HEX triplet: 74, 5D and 99. RGB value is (116,93,153). Sum of RGB (Red+Green+Blue) = 116+93+153=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 153 - color contains mainly: blue. Hex color #745D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745D99 is #8BA266. Grayscale: #6A6A6A. Windows color (decimal): -9151079 or 10050932. OLE color: 10050932.

HSL color Cylindrical-coordinate representation of color #745D99: hue angle of 263º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #745D99 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 116 93 153 -
CMYK 0.24 0.39 0 0.4
HSL 263º 0.24% 0.48% -
HSV(B) 263º 0.39% 0.6% -
XYZ 16.87 13.84 31.92 -
YUV 106.72 154.12 134.62 -
System Red Green Blue C M Y K H S L
Decimal 116 93 153 0.24 0.39 0 0.4 263 0.24 0.48
Hex 74 5D 99 18 27 0 28 107 18 30
Octal 164 135 231 30 47 0 50 407 30 60
Binary 1110100 1011101 10011001 11000 100111 0 101000 100000111 11000 110000

Color Harmonies of #745D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745D99

Black with #745D99

Text Example


Text Example

White with #745D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745D99; }

 p { color: rgb(116,93,153); }

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

background-color css

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

 a { background-color: rgb(116,93,153); }

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

border-color css

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

 span { border-color: rgb(116,93,153); }

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