#755DAA

Color #755DAA Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #755DAA

Tints of Scampi #755DAA

Color information

#755DAA (or 0x755DAA) is unknown color: approx 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

RGB11793170-
CMYK0.310.4500.33
HSL258.7º31.17%51.57%-
HSV(B)258.7º45.29%66.67%-
XYZ18.5114.5139.86-
YUV108.95162.45133.74-

RGB Variations

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

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.80% from 255) = 44.74%
R=30.79%
G=24.47%
B=44.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117931700.310.4500.33258.731.1751.57
Hex755DAA1F2D0211031f34
Octal16513525237550414033764
Binary111010110111011010101011111101101010000110000001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>