#90407A

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

Shades of Dark Purple #90407A

Tints of Dark Purple #90407A

Color information

#90407A (or 0x90407A) is unknown color: approx Dark Purple. HEX triplet: 90, 40 and 7A. RGB value is (144,64,122). Sum of RGB (Red+Green+Blue) = 144+64+122=330 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.64% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 144 - color contains mainly: red. Hex color #90407A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90407A is #6FBF85. Grayscale: #5E5E5E. Windows color (decimal): -7323526 or 8011920. OLE color: 8011920.

HSL color Cylindrical-coordinate representation of color #90407A: hue angle of 316.5º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #90407A is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB14464122-
CMYK00.560.150.44
HSL316.5º38.46%40.78%-
HSV(B)316.5º55.56%56.47%-
XYZ16.851119.65-
YUV94.53143.5163.28-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.64%
GREEN value IS 64 (25.39% from 255) = 19.39%
BLUE value IS 122 (48.05% from 255) = 36.97%
R=43.64%
G=19.39%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1446412200.560.150.44316.538.4640.78
Hex90407A038F2C13c2629
Octal22010017207017544744651
Binary100100001000000111101001110001111101100100111100100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90407A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90407A; }

 p { color: rgb(144,64,122); }

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

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

 a { background-color: rgb(144,64,122); }

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

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

 span { border-color: rgb(144,64,122); }

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