Html Css Color HEX #901C77 Dark Purple

📋 copy color: '#901C77'

red 144 ◦ green 28 ◦ blue 119

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

Shades of Dark Purple #901C77

Tints of Dark Purple #901C77

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.62%

 BLUE value IS 119 (46.88% from 255) = 40.89%

R = 49.48%
G = 9.62%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#901C77 (or 0x901C77) is known color: Dark Purple. HEX triplet: 90, 1C and 77. RGB value is (144,28,119). Sum of RGB (Red+Green+Blue) = 144+28+119=291 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.48% from 291); Green value is 28 (11.33% from 255 or 9.62% from 291); Blue value is 119 (46.88% from 255 or 40.89% from 291); Max value from RGB is 144 - color contains mainly: red. Hex color #901C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901C77 is #6FE388. Grayscale: #484848. Windows color (decimal): -7332745 or 7806096. OLE color: 7806096.

HSL color Cylindrical-coordinate representation of color #901C77: hue angle of 312.93º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #901C77 is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 28 119 -
CMYK 0 0.81 0.17 0.44
HSL 312.93º 0.67% 0.34% -
HSV(B) 312.93º 0.81% 0.56% -
XYZ 15.25 8.09 18.21 -
YUV 73.06 153.93 178.6 -
System Red Green Blue C M Y K H S L
Decimal 144 28 119 0 0.81 0.17 0.44 312.93 0.67 0.34
Hex 90 1C 77 0 51 11 2C 139 43 22
Octal 220 34 167 0 121 21 54 471 103 42
Binary 10010000 11100 1110111 0 1010001 10001 101100 100111001 1000011 100010

Color Harmonies of #901C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901C77

Black with #901C77

Text Example


Text Example

White with #901C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,28,119); }

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

background-color css

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

 a { background-color: rgb(144,28,119); }

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

border-color css

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

 span { border-color: rgb(144,28,119); }

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