Html Css Color HEX #74619B Scampi

📋 copy color: '#74619B'

red 116 ◦ green 97 ◦ blue 155

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

Shades of Scampi #74619B

Tints of Scampi #74619B

RGB

 RED value IS 116 (45.7% from 255) = 31.52%

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

 BLUE value IS 155 (60.94% from 255) = 42.12%

R = 31.52%
G = 26.36%
B = 42.12%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74619B (or 0x74619B) is known color: Scampi. HEX triplet: 74, 61 and 9B. RGB value is (116,97,155). Sum of RGB (Red+Green+Blue) = 116+97+155=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 155 - color contains mainly: blue. Hex color #74619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74619B is #8B9E64. Grayscale: #6D6D6D. Windows color (decimal): -9150053 or 10183028. OLE color: 10183028.

HSL color Cylindrical-coordinate representation of color #74619B: hue angle of 259.66º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74619B is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 97 155 -
CMYK 0.25 0.37 0 0.39
HSL 259.66º 0.23% 0.49% -
HSV(B) 259.66º 0.37% 0.61% -
XYZ 17.39 14.63 32.92 -
YUV 109.29 153.79 132.78 -
System Red Green Blue C M Y K H S L
Decimal 116 97 155 0.25 0.37 0 0.39 259.66 0.23 0.49
Hex 74 61 9B 19 25 0 27 104 17 31
Octal 164 141 233 31 45 0 47 404 27 61
Binary 1110100 1100001 10011011 11001 100101 0 100111 100000100 10111 110001

Color Harmonies of #74619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74619B

Black with #74619B

Text Example


Text Example

White with #74619B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74619B; }

 p { color: rgb(116,97,155); }

 H1.HeaderClassName
 {
   color: #74619B;
 }
 .AnyTagClassName
 {
   color: #74619B;
 }
</style>

background-color css

<style>
 a { background-color: #74619B; }

 a { background-color: rgb(116,97,155); }

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

border-color css

<style>
 span { border-color: #74619B; }

 span { border-color: rgb(116,97,155); }

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