#943571

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

Shades of Dark Purple #943571

Tints of Dark Purple #943571

Color information

#943571 (or 0x943571) is unknown color: approx Dark Purple. HEX triplet: 94, 35 and 71. RGB value is (148,53,113). Sum of RGB (Red+Green+Blue) = 148+53+113=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #943571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943571 is #6BCA8E. Grayscale: #585858. Windows color (decimal): -7064207 or 7419284. OLE color: 7419284.

HSL color Cylindrical-coordinate representation of color #943571: hue angle of 322.11º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #943571 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB14853113-
CMYK00.640.240.42
HSL322.11º47.26%39.41%-
HSV(B)322.11º64.19%58.04%-
XYZ16.4710.0316.69-
YUV88.24141.97170.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.13%
GREEN value IS 53 (21.09% from 255) = 16.88%
BLUE value IS 113 (44.53% from 255) = 35.99%
R=47.13%
G=16.88%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485311300.640.240.42322.1147.2639.41
Hex943571040182A1422f27
Octal22465161010030525025747
Binary1001010011010111100010100000011000101010101000010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943571; }

 p { color: rgb(148,53,113); }

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

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

 a { background-color: rgb(148,53,113); }

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

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

 span { border-color: rgb(148,53,113); }

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