Html Css Color HEX #971B79 Dark Purple

📋 copy color: '#971B79'

red 151 ◦ green 27 ◦ blue 121

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

Shades of Dark Purple #971B79

Tints of Dark Purple #971B79

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.03%

 BLUE value IS 121 (47.66% from 255) = 40.47%

R = 50.5%
G = 9.03%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#971B79 (or 0x971B79) is known color: Dark Purple. HEX triplet: 97, 1B and 79. RGB value is (151,27,121). Sum of RGB (Red+Green+Blue) = 151+27+121=299 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.50% from 299); Green value is 27 (10.94% from 255 or 9.03% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 151 - color contains mainly: red. Hex color #971B79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #971B79 is #68E486. Grayscale: #4A4A4A. Windows color (decimal): -6874247 or 7936919. OLE color: 7936919.

HSL color Cylindrical-coordinate representation of color #971B79: hue angle of 314.52º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #971B79 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 27 121 -
CMYK 0 0.82 0.20 0.41
HSL 314.52º 0.7% 0.35% -
HSV(B) 314.52º 0.82% 0.59% -
XYZ 16.61 8.74 18.9 -
YUV 74.79 154.08 182.36 -
System Red Green Blue C M Y K H S L
Decimal 151 27 121 0 0.82 0.20 0.41 314.52 0.7 0.35
Hex 97 1B 79 0 52 14 29 13B 46 23
Octal 227 33 171 0 122 24 51 473 106 43
Binary 10010111 11011 1111001 0 1010010 10100 101001 100111011 1000110 100011

Color Harmonies of #971B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971B79

Black with #971B79

Text Example


Text Example

White with #971B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,27,121); }

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

background-color css

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

 a { background-color: rgb(151,27,121); }

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

border-color css

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

 span { border-color: rgb(151,27,121); }

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