Html Css Color HEX #901E7C Dark Purple

📋 copy color: '#901E7C'

red 144 ◦ green 30 ◦ blue 124

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

Shades of Dark Purple #901E7C

Tints of Dark Purple #901E7C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.07%

 BLUE value IS 124 (48.83% from 255) = 41.61%

R = 48.32%
G = 10.07%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#901E7C (or 0x901E7C) is known color: Dark Purple. HEX triplet: 90, 1E and 7C. RGB value is (144,30,124). Sum of RGB (Red+Green+Blue) = 144+30+124=298 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.32% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 144 - color contains mainly: red. Hex color #901E7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901E7C is #6FE183. Grayscale: #4A4A4A. Windows color (decimal): -7332228 or 8134288. OLE color: 8134288.

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

Color convert

RGB 144 30 124 -
CMYK 0 0.79 0.14 0.44
HSL 310.53º 0.66% 0.34% -
HSV(B) 310.53º 0.79% 0.56% -
XYZ 15.6 8.31 19.85 -
YUV 74.8 155.77 177.36 -
System Red Green Blue C M Y K H S L
Decimal 144 30 124 0 0.79 0.14 0.44 310.53 0.66 0.34
Hex 90 1E 7C 0 4F E 2C 137 42 22
Octal 220 36 174 0 117 16 54 467 102 42
Binary 10010000 11110 1111100 0 1001111 1110 101100 100110111 1000010 100010

Color Harmonies of #901E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901E7C

Black with #901E7C

Text Example


Text Example

White with #901E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,30,124); }

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

background-color css

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

 a { background-color: rgb(144,30,124); }

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

border-color css

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

 span { border-color: rgb(144,30,124); }

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