Html Css Color HEX #745BA1 Scampi

📋 copy color: '#745BA1'

red 116 ◦ green 91 ◦ blue 161

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

Shades of Scampi #745BA1

Tints of Scampi #745BA1

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.73%

 BLUE value IS 161 (63.28% from 255) = 43.75%

R = 31.52%
G = 24.73%
B = 43.75%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#745BA1 (or 0x745BA1) is known color: Scampi. HEX triplet: 74, 5B and A1. RGB value is (116,91,161). Sum of RGB (Red+Green+Blue) = 116+91+161=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 91 (35.94% from 255 or 24.73% from 368); Blue value is 161 (63.28% from 255 or 43.75% from 368); Max value from RGB is 161 - color contains mainly: blue. Hex color #745BA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745BA1 is #8BA45E. Grayscale: #6A6A6A. Windows color (decimal): -9151583 or 10574708. OLE color: 10574708.

HSL color Cylindrical-coordinate representation of color #745BA1: hue angle of 261.43º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #745BA1 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 116 91 161 -
CMYK 0.28 0.43 0 0.37
HSL 261.43º 0.28% 0.49% -
HSV(B) 261.43º 0.43% 0.63% -
XYZ 17.38 13.77 35.46 -
YUV 106.46 158.78 134.81 -
System Red Green Blue C M Y K H S L
Decimal 116 91 161 0.28 0.43 0 0.37 261.43 0.28 0.49
Hex 74 5B A1 1C 2B 0 25 105 1C 31
Octal 164 133 241 34 53 0 45 405 34 61
Binary 1110100 1011011 10100001 11100 101011 0 100101 100000101 11100 110001

Color Harmonies of #745BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745BA1

Black with #745BA1

Text Example


Text Example

White with #745BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,91,161); }

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

background-color css

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

 a { background-color: rgb(116,91,161); }

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

border-color css

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

 span { border-color: rgb(116,91,161); }

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