Html Css Color HEX #74609D Scampi

📋 copy color: '#74609D'

red 116 ◦ green 96 ◦ blue 157

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

Shades of Scampi #74609D

Tints of Scampi #74609D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.02%

 BLUE value IS 157 (61.72% from 255) = 42.55%

R = 31.44%
G = 26.02%
B = 42.55%

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

#74609D (or 0x74609D) is known color: Scampi. HEX triplet: 74, 60 and 9D. RGB value is (116,96,157). Sum of RGB (Red+Green+Blue) = 116+96+157=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #74609D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74609D is #8B9F62. Grayscale: #6C6C6C. Windows color (decimal): -9150307 or 10313844. OLE color: 10313844.

HSL color Cylindrical-coordinate representation of color #74609D: hue angle of 259.67º 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 #74609D is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 96 157 -
CMYK 0.26 0.39 0 0.38
HSL 259.67º 0.24% 0.5% -
HSV(B) 259.67º 0.39% 0.62% -
XYZ 17.47 14.51 33.78 -
YUV 108.93 155.13 133.04 -
System Red Green Blue C M Y K H S L
Decimal 116 96 157 0.26 0.39 0 0.38 259.67 0.24 0.5
Hex 74 60 9D 1A 27 0 26 104 18 32
Octal 164 140 235 32 47 0 46 404 30 62
Binary 1110100 1100000 10011101 11010 100111 0 100110 100000100 11000 110010

Color Harmonies of #74609D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74609D

Black with #74609D

Text Example


Text Example

White with #74609D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74609D; }

 p { color: rgb(116,96,157); }

 H1.HeaderClassName
 {
   color: #74609D;
 }
 .AnyTagClassName
 {
   color: #74609D;
 }
</style>

background-color css

<style>
 a { background-color: #74609D; }

 a { background-color: rgb(116,96,157); }

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

border-color css

<style>
 span { border-color: #74609D; }

 span { border-color: rgb(116,96,157); }

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