Html Css Color HEX #971971 Dark Purple

📋 copy color: '#971971'

red 151 ◦ green 25 ◦ blue 113

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

Shades of Dark Purple #971971

Tints of Dark Purple #971971

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.65%

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

R = 52.25%
G = 8.65%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#971971 (or 0x971971) is known color: Dark Purple. HEX triplet: 97, 19 and 71. RGB value is (151,25,113). Sum of RGB (Red+Green+Blue) = 151+25+113=289 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.25% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 151 - color contains mainly: red. Hex color #971971 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971971 is #68E68E. Grayscale: #484848. Windows color (decimal): -6874767 or 7412119. OLE color: 7412119.

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

Color convert

RGB 151 25 113 -
CMYK 0 0.83 0.25 0.41
HSL 318.1º 0.72% 0.35% -
HSV(B) 318.1º 0.83% 0.59% -
XYZ 16.09 8.47 16.41 -
YUV 72.71 150.74 183.84 -
System Red Green Blue C M Y K H S L
Decimal 151 25 113 0 0.83 0.25 0.41 318.1 0.72 0.35
Hex 97 19 71 0 53 19 29 13E 48 23
Octal 227 31 161 0 123 31 51 476 110 43
Binary 10010111 11001 1110001 0 1010011 11001 101001 100111110 1001000 100011

Color Harmonies of #971971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971971

Black with #971971

Text Example


Text Example

White with #971971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971971; }

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

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

background-color css

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

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

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

border-color css

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

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

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