Html Css Color HEX #755DAA Scampi

📋 copy color: '#755DAA'

red 117 ◦ green 93 ◦ blue 170

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

Shades of Scampi #755DAA

Tints of Scampi #755DAA

RGB

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

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

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

R = 30.79%
G = 24.47%
B = 44.74%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#755DAA (or 0x755DAA) is known color: Scampi. HEX triplet: 75, 5D and AA. RGB value is (117,93,170). Sum of RGB (Red+Green+Blue) = 117+93+170=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 93 (36.72% from 255 or 24.47% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #755DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755DAA is #8AA255. Grayscale: #6C6C6C. Windows color (decimal): -9085526 or 11165045. OLE color: 11165045.

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

Color convert

RGB 117 93 170 -
CMYK 0.31 0.45 0 0.33
HSL 258.7º 0.31% 0.52% -
HSV(B) 258.7º 0.45% 0.67% -
XYZ 18.51 14.51 39.86 -
YUV 108.95 162.45 133.74 -
System Red Green Blue C M Y K H S L
Decimal 117 93 170 0.31 0.45 0 0.33 258.7 0.31 0.52
Hex 75 5D AA 1F 2D 0 21 103 1F 34
Octal 165 135 252 37 55 0 41 403 37 64
Binary 1110101 1011101 10101010 11111 101101 0 100001 100000011 11111 110100

Color Harmonies of #755DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755DAA

Black with #755DAA

Text Example


Text Example

White with #755DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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