Html Css Color HEX #911071 Dark Purple

📋 copy color: '#911071'

red 145 ◦ green 16 ◦ blue 113

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

Shades of Dark Purple #911071

Tints of Dark Purple #911071

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.84%

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

R = 52.92%
G = 5.84%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#911071 (or 0x911071) is known color: Dark Purple. HEX triplet: 91, 10 and 71. RGB value is (145,16,113). Sum of RGB (Red+Green+Blue) = 145+16+113=274 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.92% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 145 - color contains mainly: red. Hex color #911071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911071 is #6EEF8E. Grayscale: #414141. Windows color (decimal): -7270287 or 7409809. OLE color: 7409809.

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

Color convert

RGB 145 16 113 -
CMYK 0 0.89 0.22 0.43
HSL 314.88º 0.8% 0.32% -
HSV(B) 314.88º 0.89% 0.57% -
XYZ 14.84 7.58 16.3 -
YUV 65.63 154.74 184.61 -
System Red Green Blue C M Y K H S L
Decimal 145 16 113 0 0.89 0.22 0.43 314.88 0.8 0.32
Hex 91 10 71 0 59 16 2B 13B 50 20
Octal 221 20 161 0 131 26 53 473 120 40
Binary 10010001 10000 1110001 0 1011001 10110 101011 100111011 1010000 100000

Color Harmonies of #911071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911071

Black with #911071

Text Example


Text Example

White with #911071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911071; }

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

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

background-color css

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

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

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

border-color css

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

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

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