Html Css Color HEX #901071 Dark Purple

📋 copy color: '#901071'

red 144 ◦ green 16 ◦ blue 113

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

Shades of Dark Purple #901071

Tints of Dark Purple #901071

RGB

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

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

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

R = 52.75%
G = 5.86%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#901071 (or 0x901071) is known color: Dark Purple. HEX triplet: 90, 10 and 71. RGB value is (144,16,113). Sum of RGB (Red+Green+Blue) = 144+16+113=273 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.75% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 144 - color contains mainly: red. Hex color #901071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901071 is #6FEF8E. Grayscale: #414141. Windows color (decimal): -7335823 or 7409808. OLE color: 7409808.

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

Color convert

RGB 144 16 113 -
CMYK 0 0.89 0.22 0.44
HSL 314.53º 0.8% 0.31% -
HSV(B) 314.53º 0.89% 0.56% -
XYZ 14.67 7.49 16.3 -
YUV 65.33 154.91 184.11 -
System Red Green Blue C M Y K H S L
Decimal 144 16 113 0 0.89 0.22 0.44 314.53 0.8 0.31
Hex 90 10 71 0 59 16 2C 13B 50 1F
Octal 220 20 161 0 131 26 54 473 120 37
Binary 10010000 10000 1110001 0 1011001 10110 101100 100111011 1010000 11111

Color Harmonies of #901071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901071

Black with #901071

Text Example


Text Example

White with #901071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901071; }

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

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

background-color css

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

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

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

border-color css

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

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

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