Html Css Color HEX #971579 Dark Purple

📋 copy color: '#971579'

red 151 ◦ green 21 ◦ blue 121

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

Shades of Dark Purple #971579

Tints of Dark Purple #971579

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.17%

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

R = 51.54%
G = 7.17%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#971579 (or 0x971579) is known color: Dark Purple. HEX triplet: 97, 15 and 79. RGB value is (151,21,121). Sum of RGB (Red+Green+Blue) = 151+21+121=293 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.54% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 121 (47.66% from 255 or 41.30% from 293); Max value from RGB is 151 - color contains mainly: red. Hex color #971579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971579 is #68EA86. Grayscale: #474747. Windows color (decimal): -6875783 or 7935383. OLE color: 7935383.

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

Color convert

RGB 151 21 121 -
CMYK 0 0.86 0.20 0.41
HSL 313.85º 0.76% 0.34% -
HSV(B) 313.85º 0.86% 0.59% -
XYZ 16.48 8.5 18.86 -
YUV 71.27 156.07 184.87 -
System Red Green Blue C M Y K H S L
Decimal 151 21 121 0 0.86 0.20 0.41 313.85 0.76 0.34
Hex 97 15 79 0 56 14 29 13A 4C 22
Octal 227 25 171 0 126 24 51 472 114 42
Binary 10010111 10101 1111001 0 1010110 10100 101001 100111010 1001100 100010

Color Harmonies of #971579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971579

Black with #971579

Text Example


Text Example

White with #971579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971579; }

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

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

background-color css

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

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

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

border-color css

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

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

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