Html Css Color HEX #971F76 Dark Purple

📋 copy color: '#971F76'

red 151 ◦ green 31 ◦ blue 118

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

Shades of Dark Purple #971F76

Tints of Dark Purple #971F76

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.33%

 BLUE value IS 118 (46.48% from 255) = 39.33%

R = 50.33%
G = 10.33%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#971F76 (or 0x971F76) is known color: Dark Purple. HEX triplet: 97, 1F and 76. RGB value is (151,31,118). Sum of RGB (Red+Green+Blue) = 151+31+118=300 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.33% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 151 - color contains mainly: red. Hex color #971F76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #971F76 is #68E089. Grayscale: #4C4C4C. Windows color (decimal): -6873226 or 7741335. OLE color: 7741335.

HSL color Cylindrical-coordinate representation of color #971F76: hue angle of 316.5º degrees, saturation: 0.66, 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 #971F76 is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 31 118 -
CMYK 0 0.79 0.22 0.41
HSL 316.5º 0.66% 0.36% -
HSV(B) 316.5º 0.79% 0.59% -
XYZ 16.52 8.87 17.98 -
YUV 76.8 151.26 180.93 -
System Red Green Blue C M Y K H S L
Decimal 151 31 118 0 0.79 0.22 0.41 316.5 0.66 0.36
Hex 97 1F 76 0 4F 16 29 13C 42 24
Octal 227 37 166 0 117 26 51 474 102 44
Binary 10010111 11111 1110110 0 1001111 10110 101001 100111100 1000010 100100

Color Harmonies of #971F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971F76

Black with #971F76

Text Example


Text Example

White with #971F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971F76; }

 p { color: rgb(151,31,118); }

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

background-color css

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

 a { background-color: rgb(151,31,118); }

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

border-color css

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

 span { border-color: rgb(151,31,118); }

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