Html Css Color HEX #971574 Dark Purple

📋 copy color: '#971574'

red 151 ◦ green 21 ◦ blue 116

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

Shades of Dark Purple #971574

Tints of Dark Purple #971574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.28%

R = 52.43%
G = 7.29%
B = 40.28%

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

#971574 (or 0x971574) is known color: Dark Purple. HEX triplet: 97, 15 and 74. RGB value is (151,21,116). Sum of RGB (Red+Green+Blue) = 151+21+116=288 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.43% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 116 (45.70% from 255 or 40.28% from 288); Max value from RGB is 151 - color contains mainly: red. Hex color #971574 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971574 is #68EA8B. Grayscale: #464646. Windows color (decimal): -6875788 or 7607703. OLE color: 7607703.

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

Color convert

RGB 151 21 116 -
CMYK 0 0.86 0.23 0.41
HSL 316.15º 0.76% 0.34% -
HSV(B) 316.15º 0.86% 0.59% -
XYZ 16.18 8.38 17.29 -
YUV 70.7 153.57 185.28 -
System Red Green Blue C M Y K H S L
Decimal 151 21 116 0 0.86 0.23 0.41 316.15 0.76 0.34
Hex 97 15 74 0 56 17 29 13C 4C 22
Octal 227 25 164 0 126 27 51 474 114 42
Binary 10010111 10101 1110100 0 1010110 10111 101001 100111100 1001100 100010

Color Harmonies of #971574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971574

Black with #971574

Text Example


Text Example

White with #971574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971574; }

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

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

background-color css

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

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

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

border-color css

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

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

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