Html Css Color HEX #74609F Scampi

📋 copy color: '#74609F'

red 116 ◦ green 96 ◦ blue 159

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

Shades of Scampi #74609F

Tints of Scampi #74609F

RGB

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

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

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

R = 31.27%
G = 25.88%
B = 42.86%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74609F (or 0x74609F) is known color: Scampi. HEX triplet: 74, 60 and 9F. RGB value is (116,96,159). Sum of RGB (Red+Green+Blue) = 116+96+159=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #74609F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74609F is #8B9F60. Grayscale: #6C6C6C. Windows color (decimal): -9150305 or 10444916. OLE color: 10444916.

HSL color Cylindrical-coordinate representation of color #74609F: hue angle of 259.05º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74609F is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 96 159 -
CMYK 0.27 0.40 0 0.38
HSL 259.05º 0.25% 0.5% -
HSV(B) 259.05º 0.4% 0.62% -
XYZ 17.64 14.58 34.69 -
YUV 109.16 156.13 132.88 -
System Red Green Blue C M Y K H S L
Decimal 116 96 159 0.27 0.40 0 0.38 259.05 0.25 0.5
Hex 74 60 9F 1B 28 0 26 103 19 32
Octal 164 140 237 33 50 0 46 403 31 62
Binary 1110100 1100000 10011111 11011 101000 0 100110 100000011 11001 110010

Color Harmonies of #74609F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74609F

Black with #74609F

Text Example


Text Example

White with #74609F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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