Html Css Color HEX #971377 Dark Purple

📋 copy color: '#971377'

red 151 ◦ green 19 ◦ blue 119

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

Shades of Dark Purple #971377

Tints of Dark Purple #971377

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.57%

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

R = 52.25%
G = 6.57%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#971377 (or 0x971377) is known color: Dark Purple. HEX triplet: 97, 13 and 77. RGB value is (151,19,119). Sum of RGB (Red+Green+Blue) = 151+19+119=289 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.25% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 151 - color contains mainly: red. Hex color #971377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971377 is #68EC88. Grayscale: #454545. Windows color (decimal): -6876297 or 7803799. OLE color: 7803799.

HSL color Cylindrical-coordinate representation of color #971377: hue angle of 314.55º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #971377 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 19 119 -
CMYK 0 0.87 0.21 0.41
HSL 314.55º 0.78% 0.33% -
HSV(B) 314.55º 0.87% 0.59% -
XYZ 16.33 8.38 18.21 -
YUV 69.87 155.73 185.87 -
System Red Green Blue C M Y K H S L
Decimal 151 19 119 0 0.87 0.21 0.41 314.55 0.78 0.33
Hex 97 13 77 0 57 15 29 13B 4E 21
Octal 227 23 167 0 127 25 51 473 116 41
Binary 10010111 10011 1110111 0 1010111 10101 101001 100111011 1001110 100001

Color Harmonies of #971377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971377

Black with #971377

Text Example


Text Example

White with #971377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971377; }

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

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

background-color css

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

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

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

border-color css

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

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

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