Html Css Color HEX #911571 Dark Purple

📋 copy color: '#911571'

red 145 ◦ green 21 ◦ blue 113

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

Shades of Dark Purple #911571

Tints of Dark Purple #911571

RGB

 RED value IS 145 (57.03% from 255) = 51.97%

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

 BLUE value IS 113 (44.53% from 255) = 40.5%

R = 51.97%
G = 7.53%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#911571 (or 0x911571) is known color: Dark Purple. HEX triplet: 91, 15 and 71. RGB value is (145,21,113). Sum of RGB (Red+Green+Blue) = 145+21+113=279 (36% of max value = 765). Red value is 145 (57.03% from 255 or 51.97% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 145 - color contains mainly: red. Hex color #911571 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911571 is #6EEA8E. Grayscale: #444444. Windows color (decimal): -7269007 or 7411089. OLE color: 7411089.

HSL color Cylindrical-coordinate representation of color #911571: hue angle of 315.48º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #911571 is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 21 113 -
CMYK 0 0.86 0.22 0.43
HSL 315.48º 0.75% 0.33% -
HSV(B) 315.48º 0.86% 0.57% -
XYZ 14.93 7.75 16.33 -
YUV 68.56 153.08 182.52 -
System Red Green Blue C M Y K H S L
Decimal 145 21 113 0 0.86 0.22 0.43 315.48 0.75 0.33
Hex 91 15 71 0 56 16 2B 13B 4B 21
Octal 221 25 161 0 126 26 53 473 113 41
Binary 10010001 10101 1110001 0 1010110 10110 101011 100111011 1001011 100001

Color Harmonies of #911571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911571

Black with #911571

Text Example


Text Example

White with #911571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911571; }

 p { color: rgb(145,21,113); }

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

background-color css

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

 a { background-color: rgb(145,21,113); }

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

border-color css

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

 span { border-color: rgb(145,21,113); }

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