Html Css Color HEX #755DA1 Scampi

📋 copy color: '#755DA1'

red 117 ◦ green 93 ◦ blue 161

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

Shades of Scampi #755DA1

Tints of Scampi #755DA1

RGB

 RED value IS 117 (46.09% from 255) = 31.54%

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

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

R = 31.54%
G = 25.07%
B = 43.4%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#755DA1 (or 0x755DA1) is known color: Scampi. HEX triplet: 75, 5D and A1. RGB value is (117,93,161). Sum of RGB (Red+Green+Blue) = 117+93+161=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 161 (63.28% from 255 or 43.40% from 371); Max value from RGB is 161 - color contains mainly: blue. Hex color #755DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755DA1 is #8AA25E. Grayscale: #6B6B6B. Windows color (decimal): -9085535 or 10575221. OLE color: 10575221.

HSL color Cylindrical-coordinate representation of color #755DA1: hue angle of 261.18º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #755DA1 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 117 93 161 -
CMYK 0.27 0.42 0 0.37
HSL 261.18º 0.27% 0.5% -
HSV(B) 261.18º 0.42% 0.63% -
XYZ 17.68 14.18 35.52 -
YUV 107.93 157.95 134.47 -
System Red Green Blue C M Y K H S L
Decimal 117 93 161 0.27 0.42 0 0.37 261.18 0.27 0.5
Hex 75 5D A1 1B 2A 0 25 105 1B 32
Octal 165 135 241 33 52 0 45 405 33 62
Binary 1110101 1011101 10100001 11011 101010 0 100101 100000101 11011 110010

Color Harmonies of #755DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755DA1

Black with #755DA1

Text Example


Text Example

White with #755DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755DA1; }

 p { color: rgb(117,93,161); }

 H1.HeaderClassName
 {
   color: #755DA1;
 }
 .AnyTagClassName
 {
   color: #755DA1;
 }
</style>

background-color css

<style>
 a { background-color: #755DA1; }

 a { background-color: rgb(117,93,161); }

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

border-color css

<style>
 span { border-color: #755DA1; }

 span { border-color: rgb(117,93,161); }

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