Html Css Color HEX #971580 Dark Purple

📋 copy color: '#971580'

red 151 ◦ green 21 ◦ blue 128

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

Shades of Dark Purple #971580

Tints of Dark Purple #971580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 42.67%

R = 50.33%
G = 7%
B = 42.67%

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

#971580 (or 0x971580) is known color: Dark Purple. HEX triplet: 97, 15 and 80. RGB value is (151,21,128). Sum of RGB (Red+Green+Blue) = 151+21+128=300 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.33% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 151 - color contains mainly: red. Hex color #971580 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971580 is #68EA7F. Grayscale: #474747. Windows color (decimal): -6875776 or 8394135. OLE color: 8394135.

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

Color convert

RGB 151 21 128 -
CMYK 0 0.86 0.15 0.41
HSL 310.62º 0.76% 0.34% -
HSV(B) 310.62º 0.86% 0.59% -
XYZ 16.93 8.67 21.2 -
YUV 72.07 159.57 184.3 -
System Red Green Blue C M Y K H S L
Decimal 151 21 128 0 0.86 0.15 0.41 310.62 0.76 0.34
Hex 97 15 80 0 56 F 29 137 4C 22
Octal 227 25 200 0 126 17 51 467 114 42
Binary 10010111 10101 10000000 0 1010110 1111 101001 100110111 1001100 100010

Color Harmonies of #971580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971580

Black with #971580

Text Example


Text Example

White with #971580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971580; }

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

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

background-color css

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

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

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

border-color css

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

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

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