Html Css Color HEX #755AAA Scampi

📋 copy color: '#755AAA'

red 117 ◦ green 90 ◦ blue 170

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

Shades of Scampi #755AAA

Tints of Scampi #755AAA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.87%

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

R = 31.03%
G = 23.87%
B = 45.09%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#755AAA (or 0x755AAA) is known color: Scampi. HEX triplet: 75, 5A and AA. RGB value is (117,90,170). Sum of RGB (Red+Green+Blue) = 117+90+170=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #755AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755AAA is #8AA555. Grayscale: #6A6A6A. Windows color (decimal): -9086294 or 11164277. OLE color: 11164277.

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

Color convert

RGB 117 90 170 -
CMYK 0.31 0.47 0 0.33
HSL 260.25º 0.32% 0.51% -
HSV(B) 260.25º 0.47% 0.67% -
XYZ 18.25 14 39.77 -
YUV 107.19 163.45 135 -
System Red Green Blue C M Y K H S L
Decimal 117 90 170 0.31 0.47 0 0.33 260.25 0.32 0.51
Hex 75 5A AA 1F 2F 0 21 104 20 33
Octal 165 132 252 37 57 0 41 404 40 63
Binary 1110101 1011010 10101010 11111 101111 0 100001 100000100 100000 110011

Color Harmonies of #755AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755AAA

Black with #755AAA

Text Example


Text Example

White with #755AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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