Html Css Color HEX #971581 Dark Purple

📋 copy color: '#971581'

red 151 ◦ green 21 ◦ blue 129

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

Shades of Dark Purple #971581

Tints of Dark Purple #971581

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.98%

 BLUE value IS 129 (50.78% from 255) = 42.86%

R = 50.17%
G = 6.98%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#971581 (or 0x971581) is known color: Dark Purple. HEX triplet: 97, 15 and 81. RGB value is (151,21,129). Sum of RGB (Red+Green+Blue) = 151+21+129=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 129 (50.78% from 255 or 42.86% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #971581 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971581 is #68EA7E. Grayscale: #474747. Windows color (decimal): -6875775 or 8459671. OLE color: 8459671.

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

Color convert

RGB 151 21 129 -
CMYK 0 0.86 0.15 0.41
HSL 310.15º 0.76% 0.34% -
HSV(B) 310.15º 0.86% 0.59% -
XYZ 16.99 8.7 21.55 -
YUV 72.18 160.07 184.22 -
System Red Green Blue C M Y K H S L
Decimal 151 21 129 0 0.86 0.15 0.41 310.15 0.76 0.34
Hex 97 15 81 0 56 F 29 136 4C 22
Octal 227 25 201 0 126 17 51 466 114 42
Binary 10010111 10101 10000001 0 1010110 1111 101001 100110110 1001100 100010

Color Harmonies of #971581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971581

Black with #971581

Text Example


Text Example

White with #971581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971581; }

 p { color: rgb(151,21,129); }

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

background-color css

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

 a { background-color: rgb(151,21,129); }

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

border-color css

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

 span { border-color: rgb(151,21,129); }

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