#902970

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

Shades of Dark Purple #902970

Tints of Dark Purple #902970

Color information

#902970 (or 0x902970) is unknown color: approx Dark Purple. HEX triplet: 90, 29 and 70. RGB value is (144,41,112). Sum of RGB (Red+Green+Blue) = 144+41+112=297 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.48% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 144 - color contains mainly: red. Hex color #902970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902970 is #6FD68F. Grayscale: #4F4F4F. Windows color (decimal): -7329424 or 7350672. OLE color: 7350672.

HSL color Cylindrical-coordinate representation of color #902970: hue angle of 318.64º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #902970 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB14441112-
CMYK00.720.220.44
HSL318.64º55.68%36.27%-
HSV(B)318.64º71.53%56.47%-
XYZ15.228.6916.2-
YUV79.89146.12173.73-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.48%
GREEN value IS 41 (16.41% from 255) = 13.80%
BLUE value IS 112 (44.14% from 255) = 37.71%
R=48.48%
G=13.80%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1444111200.720.220.44318.6455.6836.27
Hex902970048162C13f3824
Octal22051160011026544777044
Binary1001000010100111100000100100010110101100100111111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902970; }

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

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

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

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

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

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

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

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