Html Css Color HEX #75639E Scampi

📋 copy color: '#75639E'

red 117 ◦ green 99 ◦ blue 158

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

Shades of Scampi #75639E

Tints of Scampi #75639E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.47%

 BLUE value IS 158 (62.11% from 255) = 42.25%

R = 31.28%
G = 26.47%
B = 42.25%

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

#75639E (or 0x75639E) is known color: Scampi. HEX triplet: 75, 63 and 9E. RGB value is (117,99,158). Sum of RGB (Red+Green+Blue) = 117+99+158=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 158 - color contains mainly: blue. Hex color #75639E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75639E is #8A9C61. Grayscale: #6E6E6E. Windows color (decimal): -9084002 or 10380149. OLE color: 10380149.

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

Color convert

RGB 117 99 158 -
CMYK 0.26 0.37 0 0.38
HSL 258.31º 0.23% 0.5% -
HSV(B) 258.31º 0.37% 0.62% -
XYZ 17.97 15.17 34.33 -
YUV 111.11 154.46 132.2 -
System Red Green Blue C M Y K H S L
Decimal 117 99 158 0.26 0.37 0 0.38 258.31 0.23 0.5
Hex 75 63 9E 1A 25 0 26 102 17 32
Octal 165 143 236 32 45 0 46 402 27 62
Binary 1110101 1100011 10011110 11010 100101 0 100110 100000010 10111 110010

Color Harmonies of #75639E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75639E

Black with #75639E

Text Example


Text Example

White with #75639E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75639E; }

 p { color: rgb(117,99,158); }

 H1.HeaderClassName
 {
   color: #75639E;
 }
 .AnyTagClassName
 {
   color: #75639E;
 }
</style>

background-color css

<style>
 a { background-color: #75639E; }

 a { background-color: rgb(117,99,158); }

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

border-color css

<style>
 span { border-color: #75639E; }

 span { border-color: rgb(117,99,158); }

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