Html Css Color HEX #972071 Dark Purple

📋 copy color: '#972071'

red 151 ◦ green 32 ◦ blue 113

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

Shades of Dark Purple #972071

Tints of Dark Purple #972071

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.81%

 BLUE value IS 113 (44.53% from 255) = 38.18%

R = 51.01%
G = 10.81%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#972071 (or 0x972071) is known color: Dark Purple. HEX triplet: 97, 20 and 71. RGB value is (151,32,113). Sum of RGB (Red+Green+Blue) = 151+32+113=296 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.01% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 113 (44.53% from 255 or 38.18% from 296); Max value from RGB is 151 - color contains mainly: red. Hex color #972071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972071 is #68DF8E. Grayscale: #4C4C4C. Windows color (decimal): -6872975 or 7413911. OLE color: 7413911.

HSL color Cylindrical-coordinate representation of color #972071: hue angle of 319.16º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #972071 is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 32 113 -
CMYK 0 0.79 0.25 0.41
HSL 319.16º 0.65% 0.36% -
HSV(B) 319.16º 0.79% 0.59% -
XYZ 16.26 8.8 16.47 -
YUV 76.82 148.42 180.91 -
System Red Green Blue C M Y K H S L
Decimal 151 32 113 0 0.79 0.25 0.41 319.16 0.65 0.36
Hex 97 20 71 0 4F 19 29 13F 41 24
Octal 227 40 161 0 117 31 51 477 101 44
Binary 10010111 100000 1110001 0 1001111 11001 101001 100111111 1000001 100100

Color Harmonies of #972071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972071

Black with #972071

Text Example


Text Example

White with #972071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972071; }

 p { color: rgb(151,32,113); }

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

background-color css

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

 a { background-color: rgb(151,32,113); }

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

border-color css

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

 span { border-color: rgb(151,32,113); }

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