#901C70

Color #901C70 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #901C70

Tints of Dark Purple #901C70

Color information

#901C70 (or 0x901C70) is unknown color: approx Dark Purple. HEX triplet: 90, 1C and 70. RGB value is (144,28,112). Sum of RGB (Red+Green+Blue) = 144+28+112=284 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.70% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 112 (44.14% from 255 or 39.44% from 284); Max value from RGB is 144 - color contains mainly: red. Hex color #901C70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901C70 is #6FE38F. Grayscale: #484848. Windows color (decimal): -7332752 or 7347344. OLE color: 7347344.

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

Color convert

RGB14428112-
CMYK00.810.220.44
HSL316.55º67.44%33.73%-
HSV(B)316.55º80.56%56.47%-
XYZ14.847.9316.08-
YUV72.26150.43179.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50.70%
GREEN value IS 28 (11.33% from 255) = 9.86%
BLUE value IS 112 (44.14% from 255) = 39.44%
R=50.70%
G=9.86%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1442811200.810.220.44316.5567.4433.73
Hex901C70051162C13d4322
Octal220341600121265447510342
Binary1001000011100111000001010001101101011001001111011000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #901C70;
 }
 .AnyTagClassName
 {
   color: #901C70;
 }
</style>
background-color css

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

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

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

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

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

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