Html Css Color HEX #971578 Dark Purple

📋 copy color: '#971578'

red 151 ◦ green 21 ◦ blue 120

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

Shades of Dark Purple #971578

Tints of Dark Purple #971578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 41.1%

R = 51.71%
G = 7.19%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#971578 (or 0x971578) is known color: Dark Purple. HEX triplet: 97, 15 and 78. RGB value is (151,21,120). Sum of RGB (Red+Green+Blue) = 151+21+120=292 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.71% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 151 - color contains mainly: red. Hex color #971578 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971578 is #68EA87. Grayscale: #464646. Windows color (decimal): -6875784 or 7869847. OLE color: 7869847.

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

Color convert

RGB 151 21 120 -
CMYK 0 0.86 0.21 0.41
HSL 314.31º 0.76% 0.34% -
HSV(B) 314.31º 0.86% 0.59% -
XYZ 16.42 8.47 18.54 -
YUV 71.16 155.57 184.95 -
System Red Green Blue C M Y K H S L
Decimal 151 21 120 0 0.86 0.21 0.41 314.31 0.76 0.34
Hex 97 15 78 0 56 15 29 13A 4C 22
Octal 227 25 170 0 126 25 51 472 114 42
Binary 10010111 10101 1111000 0 1010110 10101 101001 100111010 1001100 100010

Color Harmonies of #971578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971578

Black with #971578

Text Example


Text Example

White with #971578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971578; }

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

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

background-color css

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

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

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

border-color css

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

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

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