Html Css Color HEX #971976 Dark Purple

📋 copy color: '#971976'

red 151 ◦ green 25 ◦ blue 118

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

Shades of Dark Purple #971976

Tints of Dark Purple #971976

RGB

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

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

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

R = 51.36%
G = 8.5%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#971976 (or 0x971976) is known color: Dark Purple. HEX triplet: 97, 19 and 76. RGB value is (151,25,118). Sum of RGB (Red+Green+Blue) = 151+25+118=294 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.36% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 151 - color contains mainly: red. Hex color #971976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971976 is #68E689. Grayscale: #494949. Windows color (decimal): -6874762 or 7739799. OLE color: 7739799.

HSL color Cylindrical-coordinate representation of color #971976: hue angle of 315.71º 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 #971976 is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 25 118 -
CMYK 0 0.83 0.22 0.41
HSL 315.71º 0.72% 0.35% -
HSV(B) 315.71º 0.83% 0.59% -
XYZ 16.38 8.58 17.93 -
YUV 73.28 153.24 183.44 -
System Red Green Blue C M Y K H S L
Decimal 151 25 118 0 0.83 0.22 0.41 315.71 0.72 0.35
Hex 97 19 76 0 53 16 29 13C 48 23
Octal 227 31 166 0 123 26 51 474 110 43
Binary 10010111 11001 1110110 0 1010011 10110 101001 100111100 1001000 100011

Color Harmonies of #971976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971976

Black with #971976

Text Example


Text Example

White with #971976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971976; }

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

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

background-color css

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

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

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

border-color css

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

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

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