Html Css Color HEX #901779 Dark Purple

📋 copy color: '#901779'

red 144 ◦ green 23 ◦ blue 121

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

Shades of Dark Purple #901779

Tints of Dark Purple #901779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 42.01%

R = 50%
G = 7.99%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#901779 (or 0x901779) is known color: Dark Purple. HEX triplet: 90, 17 and 79. RGB value is (144,23,121). Sum of RGB (Red+Green+Blue) = 144+23+121=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 121 (47.66% from 255 or 42.01% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #901779 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901779 is #6FE886. Grayscale: #464646. Windows color (decimal): -7334023 or 7935888. OLE color: 7935888.

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

Color convert

RGB 144 23 121 -
CMYK 0 0.84 0.16 0.44
HSL 311.41º 0.72% 0.33% -
HSV(B) 311.41º 0.84% 0.56% -
XYZ 15.26 7.92 18.81 -
YUV 70.35 156.59 180.53 -
System Red Green Blue C M Y K H S L
Decimal 144 23 121 0 0.84 0.16 0.44 311.41 0.72 0.33
Hex 90 17 79 0 54 10 2C 137 48 21
Octal 220 27 171 0 124 20 54 467 110 41
Binary 10010000 10111 1111001 0 1010100 10000 101100 100110111 1001000 100001

Color Harmonies of #901779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901779

Black with #901779

Text Example


Text Example

White with #901779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901779; }

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

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

background-color css

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

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

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

border-color css

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

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

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