#903470

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

Shades of Dark Purple #903470

Tints of Dark Purple #903470

Color information

#903470 (or 0x903470) is unknown color: approx Dark Purple. HEX triplet: 90, 34 and 70. RGB value is (144,52,112). Sum of RGB (Red+Green+Blue) = 144+52+112=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 144 - color contains mainly: red. Hex color #903470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903470 is #6FCB8F. Grayscale: #565656. Windows color (decimal): -7326608 or 7353488. OLE color: 7353488.

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

Color convert

RGB14452112-
CMYK00.640.220.44
HSL320.87º46.94%38.43%-
HSV(B)320.87º63.89%56.47%-
XYZ15.659.5616.35-
YUV86.35142.48169.12-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.75%
GREEN value IS 52 (20.70% from 255) = 16.88%
BLUE value IS 112 (44.14% from 255) = 36.36%
R=46.75%
G=16.88%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1445211200.640.220.44320.8746.9438.43
Hex903470040162C1412f26
Octal22064160010026545015746
Binary1001000011010011100000100000010110101100101000001101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #903470; }

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

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

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

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

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

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

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

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