Html Css Color HEX #974079 Rouge

📋 copy color: '#974079'

red 151 ◦ green 64 ◦ blue 121

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

Shades of Rouge #974079

Tints of Rouge #974079

RGB

 RED value IS 151 (59.38% from 255) = 44.94%

 GREEN value IS 64 (25.39% from 255) = 19.05%

 BLUE value IS 121 (47.66% from 255) = 36.01%

R = 44.94%
G = 19.05%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#974079 (or 0x974079) is known color: Rouge. HEX triplet: 97, 40 and 79. RGB value is (151,64,121). Sum of RGB (Red+Green+Blue) = 151+64+121=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 151 - color contains mainly: red. Hex color #974079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974079 is #68BF86. Grayscale: #606060. Windows color (decimal): -6864775 or 7946391. OLE color: 7946391.

HSL color Cylindrical-coordinate representation of color #974079: hue angle of 320.69º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #974079 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 64 121 -
CMYK 0 0.58 0.20 0.41
HSL 320.69º 0.4% 0.42% -
HSV(B) 320.69º 0.58% 0.59% -
XYZ 18.05 11.63 19.38 -
YUV 96.51 141.82 166.87 -
System Red Green Blue C M Y K H S L
Decimal 151 64 121 0 0.58 0.20 0.41 320.69 0.4 0.42
Hex 97 40 79 0 3A 14 29 141 28 2A
Octal 227 100 171 0 72 24 51 501 50 52
Binary 10010111 1000000 1111001 0 111010 10100 101001 101000001 101000 101010

Color Harmonies of #974079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974079

Black with #974079

Text Example


Text Example

White with #974079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974079; }

 p { color: rgb(151,64,121); }

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

background-color css

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

 a { background-color: rgb(151,64,121); }

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

border-color css

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

 span { border-color: rgb(151,64,121); }

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