#993574

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

Shades of Dark Purple #993574

Tints of Dark Purple #993574

Color information

#993574 (or 0x993574) is unknown color: approx Dark Purple. HEX triplet: 99, 35 and 74. RGB value is (153,53,116). Sum of RGB (Red+Green+Blue) = 153+53+116=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #993574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993574 is #66CA8B. Grayscale: #595959. Windows color (decimal): -6736524 or 7615897. OLE color: 7615897.

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

Color convert

RGB15353116-
CMYK00.650.240.4
HSL322.2º48.54%40.39%-
HSV(B)322.2º65.36%60%-
XYZ17.5610.5817.64-
YUV90.08142.63172.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.52%
GREEN value IS 53 (21.09% from 255) = 16.46%
BLUE value IS 116 (45.70% from 255) = 36.02%
R=47.52%
G=16.46%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535311600.650.240.4322.248.5440.39
Hex99357404118281423128
Octal23165164010130505026150
Binary1001100111010111101000100000111000101000101000010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993574; }

 p { color: rgb(153,53,116); }

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

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

 a { background-color: rgb(153,53,116); }

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

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

 span { border-color: rgb(153,53,116); }

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