Html Css Color HEX #901374 Dark Purple

📋 copy color: '#901374'

red 144 ◦ green 19 ◦ blue 116

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

Shades of Dark Purple #901374

Tints of Dark Purple #901374

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.81%

 BLUE value IS 116 (45.7% from 255) = 41.58%

R = 51.61%
G = 6.81%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#901374 (or 0x901374) is known color: Dark Purple. HEX triplet: 90, 13 and 74. RGB value is (144,19,116). Sum of RGB (Red+Green+Blue) = 144+19+116=279 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.61% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 144 - color contains mainly: red. Hex color #901374 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901374 is #6FEC8B. Grayscale: #434343. Windows color (decimal): -7335052 or 7607184. OLE color: 7607184.

HSL color Cylindrical-coordinate representation of color #901374: hue angle of 313.44º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #901374 is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 19 116 -
CMYK 0 0.87 0.19 0.44
HSL 313.44º 0.77% 0.32% -
HSV(B) 313.44º 0.87% 0.56% -
XYZ 14.89 7.66 17.22 -
YUV 67.43 155.41 182.61 -
System Red Green Blue C M Y K H S L
Decimal 144 19 116 0 0.87 0.19 0.44 313.44 0.77 0.32
Hex 90 13 74 0 57 13 2C 139 4D 20
Octal 220 23 164 0 127 23 54 471 115 40
Binary 10010000 10011 1110100 0 1010111 10011 101100 100111001 1001101 100000

Color Harmonies of #901374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901374

Black with #901374

Text Example


Text Example

White with #901374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901374; }

 p { color: rgb(144,19,116); }

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

background-color css

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

 a { background-color: rgb(144,19,116); }

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

border-color css

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

 span { border-color: rgb(144,19,116); }

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