Html Css Color HEX #973F77 Rouge

📋 copy color: '#973F77'

red 151 ◦ green 63 ◦ blue 119

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

Shades of Rouge #973F77

Tints of Rouge #973F77

RGB

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

 GREEN value IS 63 (25% from 255) = 18.92%

 BLUE value IS 119 (46.88% from 255) = 35.74%

R = 45.35%
G = 18.92%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#973F77 (or 0x973F77) is known color: Rouge. HEX triplet: 97, 3F and 77. RGB value is (151,63,119). Sum of RGB (Red+Green+Blue) = 151+63+119=333 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.35% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 151 - color contains mainly: red. Hex color #973F77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973F77 is #68C088. Grayscale: #5F5F5F. Windows color (decimal): -6865033 or 7815063. OLE color: 7815063.

HSL color Cylindrical-coordinate representation of color #973F77: hue angle of 321.82º degrees, saturation: 0.41, 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 #973F77 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 63 119 -
CMYK 0 0.58 0.21 0.41
HSL 321.82º 0.41% 0.42% -
HSV(B) 321.82º 0.58% 0.59% -
XYZ 17.87 11.47 18.72 -
YUV 95.7 141.15 167.45 -
System Red Green Blue C M Y K H S L
Decimal 151 63 119 0 0.58 0.21 0.41 321.82 0.41 0.42
Hex 97 3F 77 0 3A 15 29 142 29 2A
Octal 227 77 167 0 72 25 51 502 51 52
Binary 10010111 111111 1110111 0 111010 10101 101001 101000010 101001 101010

Color Harmonies of #973F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973F77

Black with #973F77

Text Example


Text Example

White with #973F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973F77; }

 p { color: rgb(151,63,119); }

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

background-color css

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

 a { background-color: rgb(151,63,119); }

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

border-color css

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

 span { border-color: rgb(151,63,119); }

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