Html Css Color HEX #901771 Dark Purple

📋 copy color: '#901771'

red 144 ◦ green 23 ◦ blue 113

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

Shades of Dark Purple #901771

Tints of Dark Purple #901771

RGB

 RED value IS 144 (56.64% from 255) = 51.43%

 GREEN value IS 23 (9.38% from 255) = 8.21%

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

R = 51.43%
G = 8.21%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#901771 (or 0x901771) is known color: Dark Purple. HEX triplet: 90, 17 and 71. RGB value is (144,23,113). Sum of RGB (Red+Green+Blue) = 144+23+113=280 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.43% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 144 - color contains mainly: red. Hex color #901771 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901771 is #6FE88E. Grayscale: #454545. Windows color (decimal): -7334031 or 7411600. OLE color: 7411600.

HSL color Cylindrical-coordinate representation of color #901771: hue angle of 315.37º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #901771 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 23 113 -
CMYK 0 0.84 0.22 0.44
HSL 315.37º 0.72% 0.33% -
HSV(B) 315.37º 0.84% 0.56% -
XYZ 14.79 7.73 16.34 -
YUV 69.44 152.59 181.18 -
System Red Green Blue C M Y K H S L
Decimal 144 23 113 0 0.84 0.22 0.44 315.37 0.72 0.33
Hex 90 17 71 0 54 16 2C 13B 48 21
Octal 220 27 161 0 124 26 54 473 110 41
Binary 10010000 10111 1110001 0 1010100 10110 101100 100111011 1001000 100001

Color Harmonies of #901771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901771

Black with #901771

Text Example


Text Example

White with #901771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901771; }

 p { color: rgb(144,23,113); }

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

background-color css

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

 a { background-color: rgb(144,23,113); }

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

border-color css

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

 span { border-color: rgb(144,23,113); }

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