Html Css Color HEX #973979 Dark Purple

📋 copy color: '#973979'

red 151 ◦ green 57 ◦ blue 121

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

Shades of Dark Purple #973979

Tints of Dark Purple #973979

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.33%

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

R = 45.9%
G = 17.33%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#973979 (or 0x973979) is known color: Dark Purple. HEX triplet: 97, 39 and 79. RGB value is (151,57,121). Sum of RGB (Red+Green+Blue) = 151+57+121=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 151 - color contains mainly: red. Hex color #973979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973979 is #68C686. Grayscale: #5C5C5C. Windows color (decimal): -6866567 or 7944599. OLE color: 7944599.

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

Color convert

RGB 151 57 121 -
CMYK 0 0.62 0.20 0.41
HSL 319.15º 0.45% 0.41% -
HSV(B) 319.15º 0.62% 0.59% -
XYZ 17.68 10.89 19.26 -
YUV 92.4 144.14 169.8 -
System Red Green Blue C M Y K H S L
Decimal 151 57 121 0 0.62 0.20 0.41 319.15 0.45 0.41
Hex 97 39 79 0 3E 14 29 13F 2D 29
Octal 227 71 171 0 76 24 51 477 55 51
Binary 10010111 111001 1111001 0 111110 10100 101001 100111111 101101 101001

Color Harmonies of #973979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973979

Black with #973979

Text Example


Text Example

White with #973979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973979; }

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

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

background-color css

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

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

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

border-color css

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

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

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