Html Css Color HEX #75649F Scampi

📋 copy color: '#75649F'

red 117 ◦ green 100 ◦ blue 159

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

Shades of Scampi #75649F

Tints of Scampi #75649F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.6%

 BLUE value IS 159 (62.5% from 255) = 42.29%

R = 31.12%
G = 26.6%
B = 42.29%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75649F (or 0x75649F) is known color: Scampi. HEX triplet: 75, 64 and 9F. RGB value is (117,100,159). Sum of RGB (Red+Green+Blue) = 117+100+159=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 159 - color contains mainly: blue. Hex color #75649F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75649F is #8A9B60. Grayscale: #6F6F6F. Windows color (decimal): -9083745 or 10445941. OLE color: 10445941.

HSL color Cylindrical-coordinate representation of color #75649F: hue angle of 257.29º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75649F is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 100 159 -
CMYK 0.26 0.37 0 0.38
HSL 257.29º 0.24% 0.51% -
HSV(B) 257.29º 0.37% 0.62% -
XYZ 18.15 15.4 34.82 -
YUV 111.81 154.63 131.7 -
System Red Green Blue C M Y K H S L
Decimal 117 100 159 0.26 0.37 0 0.38 257.29 0.24 0.51
Hex 75 64 9F 1A 25 0 26 101 18 33
Octal 165 144 237 32 45 0 46 401 30 63
Binary 1110101 1100100 10011111 11010 100101 0 100110 100000001 11000 110011

Color Harmonies of #75649F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75649F

Black with #75649F

Text Example


Text Example

White with #75649F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75649F; }

 p { color: rgb(117,100,159); }

 H1.HeaderClassName
 {
   color: #75649F;
 }
 .AnyTagClassName
 {
   color: #75649F;
 }
</style>

background-color css

<style>
 a { background-color: #75649F; }

 a { background-color: rgb(117,100,159); }

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

border-color css

<style>
 span { border-color: #75649F; }

 span { border-color: rgb(117,100,159); }

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