Html Css Color HEX #755FAA Scampi

📋 copy color: '#755FAA'

red 117 ◦ green 95 ◦ blue 170

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

Shades of Scampi #755FAA

Tints of Scampi #755FAA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.87%

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

R = 30.63%
G = 24.87%
B = 44.5%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#755FAA (or 0x755FAA) is known color: Scampi. HEX triplet: 75, 5F and AA. RGB value is (117,95,170). Sum of RGB (Red+Green+Blue) = 117+95+170=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 95 (37.5% from 255 or 24.87% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #755FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755FAA is #8AA055. Grayscale: #6D6D6D. Windows color (decimal): -9085014 or 11165557. OLE color: 11165557.

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

Color convert

RGB 117 95 170 -
CMYK 0.31 0.44 0 0.33
HSL 257.6º 0.31% 0.52% -
HSV(B) 257.6º 0.44% 0.67% -
XYZ 18.68 14.87 39.92 -
YUV 110.13 161.79 132.9 -
System Red Green Blue C M Y K H S L
Decimal 117 95 170 0.31 0.44 0 0.33 257.6 0.31 0.52
Hex 75 5F AA 1F 2C 0 21 102 1F 34
Octal 165 137 252 37 54 0 41 402 37 64
Binary 1110101 1011111 10101010 11111 101100 0 100001 100000010 11111 110100

Color Harmonies of #755FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755FAA

Black with #755FAA

Text Example


Text Example

White with #755FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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