#993478

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

Shades of Dark Purple #993478

Tints of Dark Purple #993478

Color information

#993478 (or 0x993478) is unknown color: approx Dark Purple. HEX triplet: 99, 34 and 78. RGB value is (153,52,120). Sum of RGB (Red+Green+Blue) = 153+52+120=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #993478 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993478 is #66CB87. Grayscale: #595959. Windows color (decimal): -6736776 or 7877785. OLE color: 7877785.

HSL color Cylindrical-coordinate representation of color #993478: hue angle of 319.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #993478 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB15352120-
CMYK00.660.220.4
HSL319.6º49.27%40.2%-
HSV(B)319.6º66.01%60%-
XYZ17.7610.5818.88-
YUV89.95144.96172.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.08%
GREEN value IS 52 (20.70% from 255) = 16%
BLUE value IS 120 (47.27% from 255) = 36.92%
R=47.08%
G=16%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535212000.660.220.4319.649.2740.2
Hex99347804216281403128
Octal23164170010226505006150
Binary1001100111010011110000100001010110101000101000000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993478; }

 p { color: rgb(153,52,120); }

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

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

 a { background-color: rgb(153,52,120); }

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

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

 span { border-color: rgb(153,52,120); }

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