Html Css Color HEX #901C78 Dark Purple

📋 copy color: '#901C78'

red 144 ◦ green 28 ◦ blue 120

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

Shades of Dark Purple #901C78

Tints of Dark Purple #901C78

RGB

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

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

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

R = 49.32%
G = 9.59%
B = 41.1%

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

#901C78 (or 0x901C78) is known color: Dark Purple. HEX triplet: 90, 1C and 78. RGB value is (144,28,120). Sum of RGB (Red+Green+Blue) = 144+28+120=292 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.32% from 292); Green value is 28 (11.33% from 255 or 9.59% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 144 - color contains mainly: red. Hex color #901C78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901C78 is #6FE387. Grayscale: #484848. Windows color (decimal): -7332744 or 7871632. OLE color: 7871632.

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

Color convert

RGB 144 28 120 -
CMYK 0 0.81 0.17 0.44
HSL 312.41º 0.67% 0.34% -
HSV(B) 312.41º 0.81% 0.56% -
XYZ 15.31 8.12 18.53 -
YUV 73.17 154.43 178.52 -
System Red Green Blue C M Y K H S L
Decimal 144 28 120 0 0.81 0.17 0.44 312.41 0.67 0.34
Hex 90 1C 78 0 51 11 2C 138 43 22
Octal 220 34 170 0 121 21 54 470 103 42
Binary 10010000 11100 1111000 0 1010001 10001 101100 100111000 1000011 100010

Color Harmonies of #901C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901C78

Black with #901C78

Text Example


Text Example

White with #901C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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