Html Css Color HEX #75679F Scampi

📋 copy color: '#75679F'

red 117 ◦ green 103 ◦ blue 159

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

Shades of Scampi #75679F

Tints of Scampi #75679F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.18%

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

R = 30.87%
G = 27.18%
B = 41.95%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75679F (or 0x75679F) is known color: Scampi. HEX triplet: 75, 67 and 9F. RGB value is (117,103,159). Sum of RGB (Red+Green+Blue) = 117+103+159=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 159 - color contains mainly: blue. Hex color #75679F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75679F is #8A9860. Grayscale: #717171. Windows color (decimal): -9082977 or 10446709. OLE color: 10446709.

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

Color convert

RGB 117 103 159 -
CMYK 0.26 0.35 0 0.38
HSL 255º 0.23% 0.51% -
HSV(B) 255º 0.35% 0.62% -
XYZ 18.44 15.99 34.91 -
YUV 113.57 153.64 130.45 -
System Red Green Blue C M Y K H S L
Decimal 117 103 159 0.26 0.35 0 0.38 255 0.23 0.51
Hex 75 67 9F 1A 23 0 26 FF 17 33
Octal 165 147 237 32 43 0 46 377 27 63
Binary 1110101 1100111 10011111 11010 100011 0 100110 11111111 10111 110011

Color Harmonies of #75679F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75679F

Black with #75679F

Text Example


Text Example

White with #75679F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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