Html Css Color HEX #745DA3 Scampi

📋 copy color: '#745DA3'

red 116 ◦ green 93 ◦ blue 163

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

Shades of Scampi #745DA3

Tints of Scampi #745DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 43.82%

R = 31.18%
G = 25%
B = 43.82%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#745DA3 (or 0x745DA3) is known color: Scampi. HEX triplet: 74, 5D and A3. RGB value is (116,93,163). Sum of RGB (Red+Green+Blue) = 116+93+163=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 163 (64.06% from 255 or 43.82% from 372); Max value from RGB is 163 - color contains mainly: blue. Hex color #745DA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745DA3 is #8BA25C. Grayscale: #6B6B6B. Windows color (decimal): -9151069 or 10706292. OLE color: 10706292.

HSL color Cylindrical-coordinate representation of color #745DA3: hue angle of 259.71º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #745DA3 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 116 93 163 -
CMYK 0.29 0.43 0 0.36
HSL 259.71º 0.28% 0.5% -
HSV(B) 259.71º 0.43% 0.64% -
XYZ 17.73 14.19 36.45 -
YUV 107.86 159.12 133.81 -
System Red Green Blue C M Y K H S L
Decimal 116 93 163 0.29 0.43 0 0.36 259.71 0.28 0.5
Hex 74 5D A3 1D 2B 0 24 104 1C 32
Octal 164 135 243 35 53 0 44 404 34 62
Binary 1110100 1011101 10100011 11101 101011 0 100100 100000100 11100 110010

Color Harmonies of #745DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745DA3

Black with #745DA3

Text Example


Text Example

White with #745DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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