Html Css Color HEX #971876 Dark Purple

📋 copy color: '#971876'

red 151 ◦ green 24 ◦ blue 118

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

Shades of Dark Purple #971876

Tints of Dark Purple #971876

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.19%

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

R = 51.54%
G = 8.19%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#971876 (or 0x971876) is known color: Dark Purple. HEX triplet: 97, 18 and 76. RGB value is (151,24,118). Sum of RGB (Red+Green+Blue) = 151+24+118=293 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.54% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 151 - color contains mainly: red. Hex color #971876 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971876 is #68E789. Grayscale: #484848. Windows color (decimal): -6875018 or 7739543. OLE color: 7739543.

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

Color convert

RGB 151 24 118 -
CMYK 0 0.84 0.22 0.41
HSL 315.59º 0.73% 0.34% -
HSV(B) 315.59º 0.84% 0.59% -
XYZ 16.36 8.54 17.93 -
YUV 72.69 153.58 183.86 -
System Red Green Blue C M Y K H S L
Decimal 151 24 118 0 0.84 0.22 0.41 315.59 0.73 0.34
Hex 97 18 76 0 54 16 29 13C 49 22
Octal 227 30 166 0 124 26 51 474 111 42
Binary 10010111 11000 1110110 0 1010100 10110 101001 100111100 1001001 100010

Color Harmonies of #971876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971876

Black with #971876

Text Example


Text Example

White with #971876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971876; }

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

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

background-color css

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

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

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

border-color css

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

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

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