Html Css Color HEX #755BAA Scampi

📋 copy color: '#755BAA'

red 117 ◦ green 91 ◦ blue 170

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

Shades of Scampi #755BAA

Tints of Scampi #755BAA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.07%

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

R = 30.95%
G = 24.07%
B = 44.97%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#755BAA (or 0x755BAA) is known color: Scampi. HEX triplet: 75, 5B and AA. RGB value is (117,91,170). Sum of RGB (Red+Green+Blue) = 117+91+170=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #755BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755BAA is #8AA455. Grayscale: #6B6B6B. Windows color (decimal): -9086038 or 11164533. OLE color: 11164533.

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

Color convert

RGB 117 91 170 -
CMYK 0.31 0.46 0 0.33
HSL 259.75º 0.32% 0.51% -
HSV(B) 259.75º 0.46% 0.67% -
XYZ 18.33 14.17 39.8 -
YUV 107.78 163.11 134.58 -
System Red Green Blue C M Y K H S L
Decimal 117 91 170 0.31 0.46 0 0.33 259.75 0.32 0.51
Hex 75 5B AA 1F 2E 0 21 104 20 33
Octal 165 133 252 37 56 0 41 404 40 63
Binary 1110101 1011011 10101010 11111 101110 0 100001 100000100 100000 110011

Color Harmonies of #755BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755BAA

Black with #755BAA

Text Example


Text Example

White with #755BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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