Html Css Color HEX #745F9B Scampi

📋 copy color: '#745F9B'

red 116 ◦ green 95 ◦ blue 155

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

Shades of Scampi #745F9B

Tints of Scampi #745F9B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.96%

 BLUE value IS 155 (60.94% from 255) = 42.35%

R = 31.69%
G = 25.96%
B = 42.35%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#745F9B (or 0x745F9B) is known color: Scampi. HEX triplet: 74, 5F and 9B. RGB value is (116,95,155). Sum of RGB (Red+Green+Blue) = 116+95+155=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 155 - color contains mainly: blue. Hex color #745F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745F9B is #8BA064. Grayscale: #6B6B6B. Windows color (decimal): -9150565 or 10182516. OLE color: 10182516.

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

Color convert

RGB 116 95 155 -
CMYK 0.25 0.39 0 0.39
HSL 261º 0.24% 0.49% -
HSV(B) 261º 0.39% 0.61% -
XYZ 17.21 14.26 32.86 -
YUV 108.12 154.46 133.62 -
System Red Green Blue C M Y K H S L
Decimal 116 95 155 0.25 0.39 0 0.39 261 0.24 0.49
Hex 74 5F 9B 19 27 0 27 105 18 31
Octal 164 137 233 31 47 0 47 405 30 61
Binary 1110100 1011111 10011011 11001 100111 0 100111 100000101 11000 110001

Color Harmonies of #745F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745F9B

Black with #745F9B

Text Example


Text Example

White with #745F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,95,155); }

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

background-color css

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

 a { background-color: rgb(116,95,155); }

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

border-color css

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

 span { border-color: rgb(116,95,155); }

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