Html Css Color HEX #745BAA Scampi

📋 copy color: '#745BAA'

red 116 ◦ green 91 ◦ blue 170

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

Shades of Scampi #745BAA

Tints of Scampi #745BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.09%

R = 30.77%
G = 24.14%
B = 45.09%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#745BAA (or 0x745BAA) is known color: Scampi. HEX triplet: 74, 5B and AA. RGB value is (116,91,170). Sum of RGB (Red+Green+Blue) = 116+91+170=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #745BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745BAA is #8BA455. Grayscale: #6B6B6B. Windows color (decimal): -9151574 or 11164532. OLE color: 11164532.

HSL color Cylindrical-coordinate representation of color #745BAA: hue angle of 258.99º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #745BAA is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 91 170 -
CMYK 0.32 0.46 0 0.33
HSL 258.99º 0.32% 0.51% -
HSV(B) 258.99º 0.46% 0.67% -
XYZ 18.2 14.1 39.79 -
YUV 107.48 163.28 134.08 -
System Red Green Blue C M Y K H S L
Decimal 116 91 170 0.32 0.46 0 0.33 258.99 0.32 0.51
Hex 74 5B AA 20 2E 0 21 103 20 33
Octal 164 133 252 40 56 0 41 403 40 63
Binary 1110100 1011011 10101010 100000 101110 0 100001 100000011 100000 110011

Color Harmonies of #745BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745BAA

Black with #745BAA

Text Example


Text Example

White with #745BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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