Html Css Color HEX #971977 Dark Purple

📋 copy color: '#971977'

red 151 ◦ green 25 ◦ blue 119

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

Shades of Dark Purple #971977

Tints of Dark Purple #971977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 40.34%

R = 51.19%
G = 8.47%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#971977 (or 0x971977) is known color: Dark Purple. HEX triplet: 97, 19 and 77. RGB value is (151,25,119). Sum of RGB (Red+Green+Blue) = 151+25+119=295 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.19% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 151 - color contains mainly: red. Hex color #971977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971977 is #68E688. Grayscale: #494949. Windows color (decimal): -6874761 or 7805335. OLE color: 7805335.

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

Color convert

RGB 151 25 119 -
CMYK 0 0.83 0.21 0.41
HSL 315.24º 0.72% 0.35% -
HSV(B) 315.24º 0.83% 0.59% -
XYZ 16.44 8.61 18.25 -
YUV 73.39 153.74 183.36 -
System Red Green Blue C M Y K H S L
Decimal 151 25 119 0 0.83 0.21 0.41 315.24 0.72 0.35
Hex 97 19 77 0 53 15 29 13B 48 23
Octal 227 31 167 0 123 25 51 473 110 43
Binary 10010111 11001 1110111 0 1010011 10101 101001 100111011 1001000 100011

Color Harmonies of #971977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971977

Black with #971977

Text Example


Text Example

White with #971977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971977; }

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

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

background-color css

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

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

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

border-color css

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

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

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