Html Css Color HEX #971575 Dark Purple

📋 copy color: '#971575'

red 151 ◦ green 21 ◦ blue 117

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

Shades of Dark Purple #971575

Tints of Dark Purple #971575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 40.48%

R = 52.25%
G = 7.27%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#971575 (or 0x971575) is known color: Dark Purple. HEX triplet: 97, 15 and 75. RGB value is (151,21,117). Sum of RGB (Red+Green+Blue) = 151+21+117=289 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.25% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 151 - color contains mainly: red. Hex color #971575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971575 is #68EA8A. Grayscale: #464646. Windows color (decimal): -6875787 or 7673239. OLE color: 7673239.

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

Color convert

RGB 151 21 117 -
CMYK 0 0.86 0.23 0.41
HSL 315.69º 0.76% 0.34% -
HSV(B) 315.69º 0.86% 0.59% -
XYZ 16.24 8.4 17.59 -
YUV 70.81 154.07 185.19 -
System Red Green Blue C M Y K H S L
Decimal 151 21 117 0 0.86 0.23 0.41 315.69 0.76 0.34
Hex 97 15 75 0 56 17 29 13C 4C 22
Octal 227 25 165 0 126 27 51 474 114 42
Binary 10010111 10101 1110101 0 1010110 10111 101001 100111100 1001100 100010

Color Harmonies of #971575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971575

Black with #971575

Text Example


Text Example

White with #971575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971575; }

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

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

background-color css

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

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

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

border-color css

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

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

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