Html Css Color HEX #901378 Dark Purple

📋 copy color: '#901378'

red 144 ◦ green 19 ◦ blue 120

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

Shades of Dark Purple #901378

Tints of Dark Purple #901378

RGB

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

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

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

R = 50.88%
G = 6.71%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#901378 (or 0x901378) is known color: Dark Purple. HEX triplet: 90, 13 and 78. RGB value is (144,19,120). Sum of RGB (Red+Green+Blue) = 144+19+120=283 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.88% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 144 - color contains mainly: red. Hex color #901378 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901378 is #6FEC87. Grayscale: #434343. Windows color (decimal): -7335048 or 7869328. OLE color: 7869328.

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

Color convert

RGB 144 19 120 -
CMYK 0 0.87 0.17 0.44
HSL 311.52º 0.77% 0.32% -
HSV(B) 311.52º 0.87% 0.56% -
XYZ 15.12 7.75 18.47 -
YUV 67.89 157.41 182.29 -
System Red Green Blue C M Y K H S L
Decimal 144 19 120 0 0.87 0.17 0.44 311.52 0.77 0.32
Hex 90 13 78 0 57 11 2C 138 4D 20
Octal 220 23 170 0 127 21 54 470 115 40
Binary 10010000 10011 1111000 0 1010111 10001 101100 100111000 1001101 100000

Color Harmonies of #901378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901378

Black with #901378

Text Example


Text Example

White with #901378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901378; }

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

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

background-color css

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

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

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

border-color css

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

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

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