Html Css Color HEX #901078 Dark Purple

📋 copy color: '#901078'

red 144 ◦ green 16 ◦ blue 120

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

Shades of Dark Purple #901078

Tints of Dark Purple #901078

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.71%

 BLUE value IS 120 (47.27% from 255) = 42.86%

R = 51.43%
G = 5.71%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#901078 (or 0x901078) is known color: Dark Purple. HEX triplet: 90, 10 and 78. RGB value is (144,16,120). Sum of RGB (Red+Green+Blue) = 144+16+120=280 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.43% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 144 - color contains mainly: red. Hex color #901078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901078 is #6FEF87. Grayscale: #414141. Windows color (decimal): -7335816 or 7868560. OLE color: 7868560.

HSL color Cylindrical-coordinate representation of color #901078: hue angle of 311.25º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #901078 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 16 120 -
CMYK 0 0.89 0.17 0.44
HSL 311.25º 0.8% 0.31% -
HSV(B) 311.25º 0.89% 0.56% -
XYZ 15.08 7.66 18.45 -
YUV 66.13 158.41 183.54 -
System Red Green Blue C M Y K H S L
Decimal 144 16 120 0 0.89 0.17 0.44 311.25 0.8 0.31
Hex 90 10 78 0 59 11 2C 137 50 1F
Octal 220 20 170 0 131 21 54 467 120 37
Binary 10010000 10000 1111000 0 1011001 10001 101100 100110111 1010000 11111

Color Harmonies of #901078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901078

Black with #901078

Text Example


Text Example

White with #901078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901078; }

 p { color: rgb(144,16,120); }

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

background-color css

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

 a { background-color: rgb(144,16,120); }

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

border-color css

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

 span { border-color: rgb(144,16,120); }

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