Html Css Color HEX #745FAB Scampi

📋 copy color: '#745FAB'

red 116 ◦ green 95 ◦ blue 171

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

Shades of Scampi #745FAB

Tints of Scampi #745FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.76%

R = 30.37%
G = 24.87%
B = 44.76%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#745FAB (or 0x745FAB) is known color: Scampi. HEX triplet: 74, 5F and AB. RGB value is (116,95,171). Sum of RGB (Red+Green+Blue) = 116+95+171=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 95 (37.5% from 255 or 24.87% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #745FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745FAB is #8BA054. Grayscale: #6D6D6D. Windows color (decimal): -9150549 or 11231092. OLE color: 11231092.

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

Color convert

RGB 116 95 171 -
CMYK 0.32 0.44 0 0.33
HSL 256.58º 0.31% 0.52% -
HSV(B) 256.58º 0.44% 0.67% -
XYZ 18.65 14.84 40.41 -
YUV 109.94 162.46 132.32 -
System Red Green Blue C M Y K H S L
Decimal 116 95 171 0.32 0.44 0 0.33 256.58 0.31 0.52
Hex 74 5F AB 20 2C 0 21 101 1F 34
Octal 164 137 253 40 54 0 41 401 37 64
Binary 1110100 1011111 10101011 100000 101100 0 100001 100000001 11111 110100

Color Harmonies of #745FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745FAB

Black with #745FAB

Text Example


Text Example

White with #745FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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