Html Css Color HEX #901671 Dark Purple

📋 copy color: '#901671'

red 144 ◦ green 22 ◦ blue 113

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

Shades of Dark Purple #901671

Tints of Dark Purple #901671

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.89%

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

R = 51.61%
G = 7.89%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#901671 (or 0x901671) is known color: Dark Purple. HEX triplet: 90, 16 and 71. RGB value is (144,22,113). Sum of RGB (Red+Green+Blue) = 144+22+113=279 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.61% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 144 - color contains mainly: red. Hex color #901671 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901671 is #6FE98E. Grayscale: #444444. Windows color (decimal): -7334287 or 7411344. OLE color: 7411344.

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

Color convert

RGB 144 22 113 -
CMYK 0 0.85 0.22 0.44
HSL 315.25º 0.73% 0.33% -
HSV(B) 315.25º 0.85% 0.56% -
XYZ 14.77 7.7 16.33 -
YUV 68.85 152.92 181.6 -
System Red Green Blue C M Y K H S L
Decimal 144 22 113 0 0.85 0.22 0.44 315.25 0.73 0.33
Hex 90 16 71 0 55 16 2C 13B 49 21
Octal 220 26 161 0 125 26 54 473 111 41
Binary 10010000 10110 1110001 0 1010101 10110 101100 100111011 1001001 100001

Color Harmonies of #901671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901671

Black with #901671

Text Example


Text Example

White with #901671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901671; }

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

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

background-color css

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

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

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

border-color css

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

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

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