Html Css Color HEX #901672 Dark Purple

📋 copy color: '#901672'

red 144 ◦ green 22 ◦ blue 114

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

Shades of Dark Purple #901672

Tints of Dark Purple #901672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.71%

R = 51.43%
G = 7.86%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#901672 (or 0x901672) is known color: Dark Purple. HEX triplet: 90, 16 and 72. RGB value is (144,22,114). Sum of RGB (Red+Green+Blue) = 144+22+114=280 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.43% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 144 - color contains mainly: red. Hex color #901672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901672 is #6FE98D. Grayscale: #444444. Windows color (decimal): -7334286 or 7476880. OLE color: 7476880.

HSL color Cylindrical-coordinate representation of color #901672: hue angle of 314.75º 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 #901672 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 22 114 -
CMYK 0 0.85 0.21 0.44
HSL 314.75º 0.73% 0.33% -
HSV(B) 314.75º 0.85% 0.56% -
XYZ 14.83 7.72 16.63 -
YUV 68.97 153.42 181.52 -
System Red Green Blue C M Y K H S L
Decimal 144 22 114 0 0.85 0.21 0.44 314.75 0.73 0.33
Hex 90 16 72 0 55 15 2C 13B 49 21
Octal 220 26 162 0 125 25 54 473 111 41
Binary 10010000 10110 1110010 0 1010101 10101 101100 100111011 1001001 100001

Color Harmonies of #901672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901672

Black with #901672

Text Example


Text Example

White with #901672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901672; }

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

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

background-color css

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

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

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

border-color css

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

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

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