Html Css Color HEX #901A71 Dark Purple

📋 copy color: '#901A71'

red 144 ◦ green 26 ◦ blue 113

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

Shades of Dark Purple #901A71

Tints of Dark Purple #901A71

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.19%

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

R = 50.88%
G = 9.19%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#901A71 (or 0x901A71) is known color: Dark Purple. HEX triplet: 90, 1A and 71. RGB value is (144,26,113). Sum of RGB (Red+Green+Blue) = 144+26+113=283 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.88% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 144 - color contains mainly: red. Hex color #901A71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901A71 is #6FE58E. Grayscale: #464646. Windows color (decimal): -7333263 or 7412368. OLE color: 7412368.

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

Color convert

RGB 144 26 113 -
CMYK 0 0.82 0.22 0.44
HSL 315.76º 0.69% 0.33% -
HSV(B) 315.76º 0.82% 0.56% -
XYZ 14.85 7.86 16.36 -
YUV 71.2 151.59 179.93 -
System Red Green Blue C M Y K H S L
Decimal 144 26 113 0 0.82 0.22 0.44 315.76 0.69 0.33
Hex 90 1A 71 0 52 16 2C 13C 45 21
Octal 220 32 161 0 122 26 54 474 105 41
Binary 10010000 11010 1110001 0 1010010 10110 101100 100111100 1000101 100001

Color Harmonies of #901A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901A71

Black with #901A71

Text Example


Text Example

White with #901A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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