Html Css Color HEX #76619F Scampi

📋 copy color: '#76619F'

red 118 ◦ green 97 ◦ blue 159

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

Shades of Scampi #76619F

Tints of Scampi #76619F

RGB

 RED value IS 118 (46.48% from 255) = 31.55%

 GREEN value IS 97 (38.28% from 255) = 25.94%

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

R = 31.55%
G = 25.94%
B = 42.51%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76619F (or 0x76619F) is known color: Scampi. HEX triplet: 76, 61 and 9F. RGB value is (118,97,159). Sum of RGB (Red+Green+Blue) = 118+97+159=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #76619F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76619F is #899E60. Grayscale: #6E6E6E. Windows color (decimal): -9018977 or 10445174. OLE color: 10445174.

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

Color convert

RGB 118 97 159 -
CMYK 0.26 0.39 0 0.38
HSL 260.32º 0.24% 0.5% -
HSV(B) 260.32º 0.39% 0.62% -
XYZ 18 14.9 34.73 -
YUV 110.35 155.46 133.46 -
System Red Green Blue C M Y K H S L
Decimal 118 97 159 0.26 0.39 0 0.38 260.32 0.24 0.5
Hex 76 61 9F 1A 27 0 26 104 18 32
Octal 166 141 237 32 47 0 46 404 30 62
Binary 1110110 1100001 10011111 11010 100111 0 100110 100000100 11000 110010

Color Harmonies of #76619F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76619F

Black with #76619F

Text Example


Text Example

White with #76619F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,97,159); }

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

background-color css

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

 a { background-color: rgb(118,97,159); }

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

border-color css

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

 span { border-color: rgb(118,97,159); }

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